0.3.0 • Published 5 years ago

d-monetize-contracts v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

contracts

CircleCI

Development

npm run chain

# compile
npx truffle compile

# From another terminal
npm run migrate:dev

Test

npm run chain
# From another terminal
npm test

env $(cat .env.mythx) truffle run verify

Migration (Ropsten)

# copy .env and edit
cp .env.sample .env

npm run migrate:ropsten

Deployed Contract

Ropsten
  • SubscriptionFactory 0xFAb207d5E488C7BCD10442Fe83fFc2775F0617Bb
  • TestToken 0xf7e6C56A1D35d56cAb563AEC50B2efd1b76e0882

Misc

Concat contracts

npx truffle-flattener contracts/Contract.sol
0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago