Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 386 Bytes

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