rainbow-dot-contracts
v0.0.0
Published
## Project Structure
Readme
rainbow-dot-contracts
Project Structure
.
├── contracts
├── demo
├── migrations
├── README.md
└── truffle-config.jscontracts: 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.shRun demo client
cd demo
npm start