0.0.0 • Published 5 years ago

rainbow-dot-contracts v0.0.0

Weekly downloads
5
License
-
Repository
-
Last release
5 years ago

rainbow-dot-contracts

Project Structure

.
├── contracts
├── demo
├── migrations
├── README.md
└── truffle-config.js
  • contracts: Smart contract files written in Solidity
  • demo: Web application client for demo bootstrapped with React/Redux/Drizzle
  • migrations: Configurations for smart contract migration
  • test: Test cases for smart contracts
  • truffle-config.js: Truffle configuration file for window
  • truffle.js: Truffle configuration for Linux or macOS

Test smart contracts

./run-test.sh

Run demo client

cd demo
npm start

Write a new smart contract

Modify existing smart contracts