@0xzebra/core
v0.0.5
Published
Zebra contracts for typescript
Downloads
10
Maintainers
Readme
Zebra Protocol
forked from liquity
Install
npm install
Local development
npm run build
npx hardhat node
Get start
create
.env
file and set your mnemonic as belowMNEMONIC="your mnemonic"
compile contracts, it will generate contract artifacts also typechains
yarn build
test contracts
yarn test
Once the rpc url is unavailable, check it here