rainbow-dot-contracts
v0.0.0
Published
## Project Structure
Downloads
2
Readme
rainbow-dot-contracts
Project Structure
.
├── contracts
├── demo
├── migrations
├── README.md
└── truffle-config.js
contracts
: Smart contract files written in Soliditydemo
: Web application client for demo bootstrapped with React/Redux/Drizzlemigrations
: Configurations for smart contract migrationtest
: Test cases for smart contractstruffle-config.js
: Truffle configuration file for windowtruffle.js
: Truffle configuration for Linux or macOS
Test smart contracts
./run-test.sh
Run demo client
cd demo
npm start