Skip to content

Commit d190b3c

Browse files
authored
Update readme and add audit report (#86)
* Update readme and add audit report * readme update
1 parent 7f2ba05 commit d190b3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Zora Token Contracts
22

3-
**These contract are in active development and not finalized**
4-
53
This repository contains the contracts for the Zora token.
64

75
## Contracts
86

97
- [Zora.sol](./src/Zora.sol) - The main Zora token contract.
8+
- [IZora.sol](./src/IZora.sol) - The Zora token contract interface.
9+
10+
- [ZoraTokenCommunityClaim.sol](./src/claim/ZoraTokenCommunityClaim.sol) - Main community claim contract.
11+
- [IZoraTokenCommunityClaim.sol](./src/claim/IZoraTokenCommunityClaim.sol) - Main community claim contract interface.
1012

1113
## Setup
1214

0 commit comments

Comments
 (0)