brianmcmichael / spells-goerli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spells-goerli

Staging repo for MakerDAO's Goerli executive spells.

Getting Started

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

Build

$ make

Test

Set ETH_RPC_URL to a Goerli node.

$ export ETH_RPC_URL=<Goerli URL>
$ make test

Deploy

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

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 98.4%Language:Python 1.2%Language:Shell 0.3%Language:Nix 0.1%Language:Makefile 0.1%