Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makerdao/spells-kovan
https://github.com/makerdao/spells-kovan
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/makerdao/spells-kovan
- Owner: makerdao
- License: agpl-3.0
- Created: 2020-07-14T15:21:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T15:14:38.000Z (over 3 years ago)
- Last Synced: 2023-04-05T23:40:54.462Z (almost 2 years ago)
- Language: Solidity
- Size: 531 KB
- Stars: 12
- Watchers: 9
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spells-kovan
Staging repo for MakerDAO's kovan executive spells.
### Getting Started
```
$ git clone [email protected]:makerdao/spells-kovan.git
$ dapp update
```### Build
```
$ make
```### Test
Set `ETH_RPC_URL` to a Kovan node.
```
$ export ETH_RPC_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=
$ export ETH_GAS=8000000
$ export ETH_GAS_PRICE=$(seth --to-wei 3 "gwei")
$ make deploy```