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

https://github.com/willitscale/micro-contract-architecture

Micro Contract Architecture
https://github.com/willitscale/micro-contract-architecture

Last synced: 10 months ago
JSON representation

Micro Contract Architecture

Awesome Lists containing this project

README

          

# Micro Contract Architecture Example

A simple test case to prove the viability of the micro contract architecture within Solidity.

Requirements:
- [NPM](https://github.com/npm/npm)
- [Truffle](https://github.com/trufflesuite/truffle)
- [Test RPC](https://github.com/ethereumjs/testrpc) (optional)

To deploy the contract:

```
$ truffle migrate
```

To run the tests

```
$ truffle test
```

Relates to [ERC: Micro Contract Architecture](https://github.com/ethereum/EIPs/issues/753)