Skip to content

Commit

Permalink
Revert "Readme details"
Browse files Browse the repository at this point in the history
This reverts commit 3068de1.
  • Loading branch information
lykhonis committed Jan 25, 2024
1 parent f2cf51d commit 0532a66
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,46 @@
| testnet | Points | 0x3582f474F6E9FB087651b135d6224500A89e6f44 |
| testnet | Royalties | 0x1c51619209EFE37C759e4a9Ca91F1e68A96E19E3 |

## Development

Start local node: `./tools/local_network.sh` and verify deployment locally:

```
./tools/deploy.sh --libraries --target local
./tools/deploy.sh --script marketplace/Participant.s.sol --target local --broadcast
```

## Analyze

Run `slither` by `slither . --triage-mode`.

## Deploy

```
./tools/deploy.sh --script page/PageName.s.sol --target testnet --broadcast
```

## Configure

```
./tools/configure.sh --script page/PageName.s.sol --target testnet --profile --broadcast
```

## Export

```
./tools/artifacts.sh --target testnet
```

## Publish

Publishes functon selectors and source code on blockscout

```
./tools/submit_selectors.sh --target testnet
./tools/verify.sh --target testnet
```

## License

See [LGPL-2.1 license](LICENSE)

0 comments on commit 0532a66

Please sign in to comment.