Skip to content

📑 Solidity contracts for Multi

Notifications You must be signed in to change notification settings

dsys/multi-contracts

Repository files navigation

Multi's Solidity smart contracts

WORK IN PROGRESS. NOT FOR PRODUCTION.

For the Ethereum Virtual Machine.

Development

$ yarn install
$ yarn run migrate
$ yarn start

Testing

$ yarn test
$ yarn run watch # requires watchman: brew install watchman

Static analysis with Mythril

$ make install-mythril
$ make myth

License

Apache 2.0