An open API service indexing awesome lists of open source software.

https://github.com/retricsu/deploy-sisyphus-gamble


https://github.com/retricsu/deploy-sisyphus-gamble

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## install

```sh
yarn
```

## Compile contract

```sh
yarn compile
```

## Depoly contract

first, set a `.env` file:

```sh
cat > ./.env <
PRIVATE_KEY=
ERC20_ADDRESS=
EOF
```

then run

```sh
yarn deploy
```