Skip to main content

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:

  1. Create a schema (no smart functions yet!)
  2. Add sample/initial data
  3. Create auth/roles/rules
  4. Add smart functions from simplest to most complicated