@nomad-xyz/nomad-core-sol

Nomad contracts

Usage no npm install needed!

<script type="module">
  import nomadXyzNomadCoreSol from 'https://cdn.skypack.dev/@nomad-xyz/nomad-core-sol';
</script>

README

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