Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 466 Bytes

Solidity Store

This project is a proposal to provide a key => value data structure that is:

  • Easily iterable
  • Extensible
  • Efficient on queries

Scripts

npm run compile

Compiles the contracts on the /build directory.

npm run lint

Show code errors based on .eslintrc.json and .solhintrc.json.

Run npm run lint:fix for fixing errors on javascript code

npm run test

Tests the contracts using the files at /test directory.