Skip to content

Commit

Permalink
Merge pull request #175 from dimitrov-d/main
Browse files Browse the repository at this point in the history
Update CLI create-collection command docs
  • Loading branch information
dimitrov-d authored Apr 12, 2024
2 parents ac71593 + 9bc59ca commit 8ab9539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/6-apillon-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ apillon nfts get-collection --uuid "123e4567-e89b-12d3-a456-426655440000"

#### `nfts create-collection`

Creates a new NFT collection. The JSON file needs to have the property structure as type `ICreateCollection`, which can be found in the [SDK docs](https://sdk-docs.apillon.io/interfaces/ICreateCollection.html). An example object can be also seen on the [NFT SDK docs](https://wiki.apillon.io/build/5-apillon-sdk.html#nfts).
Creates a new NFT collection. The JSON file needs to have the property structure as type [ICreateCollection](https://sdk-docs.apillon.io/interfaces/ICreateCollection.html) for EVM and [ICreateSubstrateCollection](https://sdk-docs.apillon.io/interfaces/ICreateSubstrateCollection.html) for Substrate collections. An example object can be also seen on the [NFT SDK docs](https://wiki.apillon.io/build/5-apillon-sdk.html#nfts).

**Options**

Expand Down

0 comments on commit 8ab9539

Please sign in to comment.