Create a Cryptocurrency
We'll be making a simple cryptocurrency in Fluree. Through this example, users will be able to pay other users, and check their balances. Before you start with this example, you should have a good understanding of transacting, creating a schema, and the basics around how smart functions work.
When creating an application, we should build our application in four steps:
- Create a schema (no smart functions yet!)
- Add sample/initial data
- Create auth/roles/rules
- Add smart functions from simplest to most complicated