nba-smart-contracts icon indicating copy to clipboard operation
nba-smart-contracts copied to clipboard

Smart contracts and transactions for Topshot, the official NBA digital collectibles game on the Flow Blockchain

Results 32 nba-smart-contracts issues
Sort by recently updated
recently updated
newest added

### Issue To Be Solved We will need a way for newly minted Top Shot NFTs to have a subedition. The sub edition is intended to have it's own serial...

enhancement
foundations

This transaction enables the ability to purchase multiple moments at a time from multiple different sellers.

This PR will add the core metadata views required for inclusion in the [Flow NFT Catalog](https://www.flow-nft-catalog.com/) Resolves: https://github.com/dapperlabs/nba-smart-contracts/issues/149

Currently, the MetadataViews.Display thumbnail of the Moments are a hardcoded url: https://ipfs.dapperlabs.com/ipfs/Qmbdj1agtbzpPWZ81wCGaDiMKRFaRN3TU6cfztVCu6nh4o, but it should be different between Moments, which limit the display of Moments in other Flow ecosystem projects....

### Issue To Be Solved Currently, the metadata/traits of Top Shot NFT are primarily defined by set and play (aka edition). It would be helpful to be able to add...

enhancement
help wanted
question

## Instructions Consider moving from go-bindata to Go's built-in go:embed

### Issue To Be Solved The Flow CLI introduced proper import placeholder standards for contracts a long time ago, but the Top Shot repo is still using the old 0xIMPORTADDRESS...

We have been using the GraphQL endpoint to make queries for data on Top Shot for a while and one of the queries we were running seems like it stopped...