AppCoinsSample is a sample example of the AppStoreFoundation Smart-Contracts
brew install node
brew install npm
npm install -g truffle
npm install -g ganache-cli
- Due to an ongoing bug on truffle node version should be <= 12.x.x
Launch a blockchain locally with ganache-cli
ganache-cli
Initialize project with truffle
truffle init
truffle compile
truffle migrate
truffle test
truffle create contract <name>
truffle create test <name>