1.2.0 • Published 2 years ago

@nomad-xyz/nomad-core-sol v1.2.0

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
-
Last release
2 years ago

Nomad Solidity

On-chain implementations of Nomad in Solidity.

Setup

  • npm install --dev
  • brew install jq   OR   sudo apt-get install jq
  • npm install -g solhint, check it is installed using solhint --version

Build

  • npm run compile
  • npm run test