This project is a proposal to provide a key => value data structure that is:
- Easily iterable
- Extensible
- Efficient on queries
Compiles the contracts on the /build directory.
Show code errors based on .eslintrc.json and .solhintrc.json.
Run npm run lint:fix for fixing errors on javascript code
Tests the contracts using the files at /test directory.