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
- Host: GitHub
- URL: https://github.com/willitscale/micro-contract-architecture
- Owner: willitscale
- Created: 2017-10-29T19:54:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T21:16:13.000Z (over 8 years ago)
- Last Synced: 2025-03-23T22:36:54.394Z (11 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)