Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 641 Bytes

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.