field-manual
field-manual copied to clipboard
Write Tutorial
trafficstars
https://github.com/hajanetworks/orbitdb-field-manual/tree/master/01_Tutorial
Almost there... need to audit these sections for tense and typos
- [x] Introduction
- [x] Requirements
- [x] What will I learn?
- [x] What will I build?
- [x] Conventions
- [x] Chapter 1 - Laying the Foundation
- [x] Installing the requirements: IPFS and OrbitDB
- [x] Creating the isomorphic bookends
- [x] Instantiating IPFS and OrbitDB
- [x] Creating a Database
- [x] Choosing a data store
- [x] Key takeaways
- [x] Chapter 2 - Managing Data
- [x] Loading the database
- [x] Adding data
- [x] Reading data
- [x] Updating and deleting data
- [x] Storing Media Files
- [x] Key takeaways
- [x] Chapter 3 - Structuring your data
- [x] Adding a practice counter to each piece
- [x] Utilizing the practice counter
- [x] Adding a higher-level database for user data
- [x] Dealing with fixture data
- [x] Key takeaways
- [x] Chapter 4: Peer-to-Peer, Part 1 (The IPFS Layer)
- [x] Connecting to the global IPFS network
- [x] Getting a list of connected peers
- [x] Manually connecting to peers
- [x] Peer to peer communication via IPFS pubsub
- [x] Key Takeaways
- [x] Chapter 5: Peer-to-Peer Part 2 (OrbitDB)
- [x] Enabling debug logging
- [x] Discovering Peer’s Databases
- [x] Connecting automatically to peers with discovered databases
- [x] Simple distributed queries
- [x] Key takeaways
- [ ] Chapter 6: Identity and Permissions
- [ ] On security
- [ ] Encryping and decrypting your data
- [ ] Smart Contract Authentication
- [ ] Creating your own authentication middleware
- [ ] Key takeaways
- [x] Conclusion