Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

makerdao/spells-kovan

Repository files navigation

spells-kovan

Staging repo for MakerDAO's kovan executive spells.

Getting Started

$ git clone git@github.com:makerdao/spells-kovan.git
$ dapp update

Build

$ make

Test

Set ETH_RPC_URL to a Kovan node.

$ export ETH_RPC_URL=<Kovan URL>
$ make test

Deploy

Set ETH_RPC_URL to a Kovan node and ensure ETH_GAS is set to a high enough number to deploy the contract.

$ export ETH_RPC_URL=<Kovan URL>
$ export ETH_GAS=8000000
$ export ETH_GAS_PRICE=$(seth --to-wei 3 "gwei")
$ make deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages