Skip to content

Commit

Permalink
Add instructions in the readme file (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbrg authored Sep 30, 2023
1 parent 8eadfc6 commit 1990457
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,25 @@ To upload the membership NFT metadata, upload the manifesto, or submit a proposa
- Mantle Testnet
- Arthera Testnet ([view latest deployment](https://explorer-test.arthera.net/address/0x28F1Ef960E2674cAdf2F4197910e2fcFb4b8BA1C?tab=txs))

## Variants

There are three protected branches, each one of them corresponding to a certain variant.

### `main`

- Supports SBTs (non-transferable NFTs)
- Block-number-based

### `no-sbt`

- Doesn't support SBTs (membership NFTs are transferable)
- Block-number-based

### `timestamp-based`

- Timestamp-based (ideal for Optimism, Avalanche, Arthera)
- Not supported by Tally

## Security

Here are the differences between the Governor/ERC-721 implementations suggested by Open Zeppelin and ours:
Expand Down

0 comments on commit 1990457

Please sign in to comment.