Skip to content

Commit 3ac3e3f

Browse files
authored
Update README.md
1 parent 5bbe86b commit 3ac3e3f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,19 @@
2525

2626
**Mumbai**: [0xb655386104f475c087b7460525a5676CaFc8b13f](https://mumbai.polygonscan.com/address/0xb655386104f475c087b7460525a5676CaFc8b13f)
2727

28+
### How do I create a new edition?
29+
30+
call `createEdition` with the given arguments to create a new editions contract:
31+
32+
- Name: Token Name Symbol (shows in etherscan)
33+
- Symbol: Symbol of the Token (shows in etherscan)
34+
- Description: Description of the Token (shows in the NFT description)
35+
- Animation URL: IPFS/Arweave URL of the animation (video, webpage, audio, etc)
36+
- Animation Hash: sha-256 hash of the animation, 0x0 if no animation url provided
37+
- Image URL: IPFS/Arweave URL of the image (image/, gifs are good for previewing images)
38+
- Image Hash: sha-256 hash of the image, 0x0 if no image url provided
39+
- Edition Size: Number of this edition, if set to 0 edition is not capped/limited
40+
- BPS Royalty: 500 = 5%, 1000 = 10%, so on and so forth, set to 0 for no on-chain royalty (not supported by all marketplaces)
2841

2942
### How do I sell/distribute editions?
3043

0 commit comments

Comments
 (0)