-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from JakeHartnell/example-metadata
Fix bug, add example metadata and images
- Loading branch information
Showing
13 changed files
with
66 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
use cosmwasm_std::Uint128; | ||
use cw_storage_plus::{Map, Item}; | ||
use cw_storage_plus::{Item, Map}; | ||
|
||
/// Map for storing NFT balances (token_id, amount) | ||
pub const BALANCES: Map<&str, Uint128> = Map::new("nft_balances"); | ||
|
||
pub const DENOM: Item<String> = Item::new("denoms"); | ||
pub const DENOM: Item<String> = Item::new("denoms"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "The First Tree", | ||
"description": "The first NFT tree, towering over the others.", | ||
"image": "https://nftstorage.link/ipfs/bafybeigxc7pf4qah4qmy6ssnyuldz5cmfwzypotq4ujewwtnjdbhtl3c6a" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "The First Tree", | ||
"description": "The first NFT tree, just a little sapling.", | ||
"image": "https://nftstorage.link/ipfs/bafybeifhumobsk6bnf2rlkw3ogxttm75vrbdjj5m4tq7ts4po64ytsjbzi" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "The First Tree", | ||
"description": "The first NFT tree, just a little seedling.", | ||
"image": "https://nftstorage.link/ipfs/bafybeibztc6comutebincvmo4mqkhafve2idc7gqx4qiuzrxnc4dyr5uhi" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"name": "The First Tree", | ||
"description": "The first NFT tree.", | ||
"image": "https://nftstorage.link/ipfs/bafybeid4ltlxzgojohe2uwl3ebq3f5urmowddky5okl5nol2z65oit35k4" | ||
} |