An open API service indexing awesome lists of open source software.

https://github.com/dsys/multi-contracts

📑 Solidity contracts for Multi
https://github.com/dsys/multi-contracts

ethereum identity smart-contracts solidity

Last synced: about 1 month ago
JSON representation

📑 Solidity contracts for Multi

Awesome Lists containing this project

README

          

# 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