Information on contract usage and economics can be found at wiki.gildlab.xyz.
Uses nixos.
Install nix-shell
- https://nixos.org/download.html.
Run nix-shell
in this repo to drop into the shell. Please ONLY use the nix
shell version of npm
for all development, no yarn
, npx
or BYO npm
, etc.
Nix shell helps avoid subtle corruption of lock files due to package manager
incompatibilities.
From here run hardhat as normal.
Read the default.nix
file to find some additional commands included for dev and
CI usage.