ethgild
v1.0.0
Published
EthGild
Downloads
1
Readme
EthGild
Wiki
Information on contract usage and economics can be found at wiki.gildlab.xyz.
Dev stuff
Local environment & CI
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.