Skip to content

ggviana/solidity-store

Repository files navigation

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.

About

A data structure to store uint values by key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published