Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelaced committed Sep 5, 2024
1 parent eb4f425 commit bc6e269
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- **NFT Management**
- Mint new NFT collections and individual NFTs.
- Display detailed information about specific NFTs and collections.
- Set metadata of existing NFTs.

- **Account Management**
- Configure and manage accounts using mnemonic phrases or secret URIs.
Expand Down Expand Up @@ -103,6 +104,13 @@ Here is a summary of the available commands in PolkaCLI:
polkacli mint-nft <collection_id> <nft_id> --json nft.json --image nft.jpg
```

- **set-nft-metadata**:
- Set the metadata for an existing NFT within an existing collection. Supports metadata and image file handling as described above.
- Example:
```bash
polkacli set-nft-metadata <collection_id> <nft_id> --json nft.json --image nft.jpg
```

- **show-nft**:
- Display details of a specific NFT, including its JSON metadata and image if requested.
- Example:
Expand Down

0 comments on commit bc6e269

Please sign in to comment.