/RO_dApp

Primary LanguageMotokoApache License 2.0Apache-2.0

ROStatistics()

This repo contains the smart contract code for the RO statistics smart contract that tracks some important stats about the RO dApp.

Overview of the tech stack

  • Motoko is used for the smart contract programming language.
  • The IC SDK: DFX is used to make this an ICP project.

If you want to clone onto your local machine

Make sure you have git and dfx installed

# clone the repo
git clone #<get the repo ssh>

# change directory
cd RO_statistics

# set up the dfx local server
dfx start --background --clean

# deploy the canisters locally
dfx deploy

# ....
# when you are done make sure to stop the local server:
dfx stop