Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitdb/web3-workshop
A workshop showing how to build a basic app using OrbitDB
https://github.com/orbitdb/web3-workshop
orbit orbitdb web3 workshop
Last synced: 5 days ago
JSON representation
A workshop showing how to build a basic app using OrbitDB
- Host: GitHub
- URL: https://github.com/orbitdb/web3-workshop
- Owner: orbitdb
- License: mit
- Created: 2019-08-15T14:20:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T12:45:35.000Z (over 2 years ago)
- Last Synced: 2024-08-01T22:50:55.731Z (3 months ago)
- Topics: orbit, orbitdb, web3, workshop
- Language: SCSS
- Homepage:
- Size: 42 KB
- Stars: 25
- Watchers: 8
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web3-workshop
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/orbitdb/Lobby) [![Matrix](https://img.shields.io/badge/matrix-%23orbitdb%3Apermaweb.io-blue.svg)](https://riot.permaweb.io/#/room/#orbitdb:permaweb.io)
This workshop was presented at the OrbitDB session during the #Web3 summit in Berlin, in August 2019.
## How to use this repository
You'll notice, if you run `git log`, that you're on the root of this repository when you start. If you run `git branch`, you'll see that there are six branches with numbers in front of them. We encourage you to either create an extra repository for your work, and checkout the branches as you go, or to create separate branches to do work and checkout the tutorial branches (or, just overwrite your changes as you go). By the end of your `git checkout`s, you should have learned something about how to use OrbitDB!
Our goal here is to create a basic Playlist app.
Take a look at the `Workshop.md` to get started! When ever you're done with that document, checkout the next branch in order to see the next step.
## Contribute
We welcome any and all PRs! Also, if you have questions, we encourage you to jump on [Gitter](https://gitter.im/orbitdb/Lobby) and to talk to us.
## License
[MIT](LICENSE)