Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 2 additions & 22 deletions nft/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Deployed PSP34 example
This example is intended to help usage of PSP34 for commercial NFT projects.
This contract implements `openbrush`
- PSP34
- PSP34Enumerable
- PSP34Metadata
- Ownable
# NFT dApp example
> The newer version of this contract can be found in [swanky-dapps](https://github.com/swanky-dapps/nft) repository

> Note! PSP34Mintable is overriden with empty implementation since it does not support payments

#### Custom trait implements
- fn mint_next(&mut self) -> Result<(), PSP34Error>;
- fn mint_for(&mut self, to: AccountId, mint_amount: u64) -> Result<(), PSP34Error>;
- fn set_base_uri(&mut self, uri: String) -> Result<(), PSP34Error>;
- fn token_uri(&self, token_id: u64) -> Result<String, PSP34Error>;
- fn max_supply(&self) -> u64;
- fn withdraw(&mut self) -> Result<(), PSP34Error>;

- [x] unit test is implemented
- [x] deployed on Shibuya
- [ ] deployed on Shiden

## Deployment on Shibuya
Contract address on Shibuya:
Expand All @@ -27,5 +9,3 @@ Contract address on Shibuya:
contract hash:
`0x797865cd08843df1cc7668f66a2064bcc359fa633ceadb0bd65213e4f612a888`

## Deployment on Shiden
> soon