orbitdb / field-manual

The Offical User's Guide to OrbitDB
210 stars 44 forks source link

Feat/tutorial #40

Closed haydenyoung closed 5 years ago

haydenyoung commented 5 years ago

Example code for tutorial 01 - parts 2, 3 and 4.

I have also updated some of the code blocks in the tutorials to standardize on variable names. For example, some tutorial parts refer to the pieces database as this.pieces but other blocks reference the store as this.piecesDb.

Some of the examples I have provided require further testing. There are some issues around IPFS peer connections due to limitations in js-ipfs; in particular same origin policies.

aphelionz commented 5 years ago

Looks great! Go ahead and merge