This repo contains the smart contract code for the RO statistics smart contract that tracks some important stats about the RO dApp.
- Motoko is used for the smart contract programming language.
- The IC SDK: DFX is used to make this an ICP project.
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