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

Something to call out: I named the env variable `TOPSHOTROYALTYADDRESS`. I did not find somewhere to set env variables per environment, but when being deployed this env variable should be...

### Issue To Be Solved Many more metadata views have been added to the standard repo since the original standard was approved and deployed. The Top Shot contract should include...

enhancement
help wanted
good first issue

The tests in lib/go/tests seems to have a lot of repeated code. This should be converted to a test suite with a setup/teardown so code doesn't have to be repeated

### Issue To Be Solved The Top Shot repo provides a templates package for generating transactions to interact with the smart contracts, but we need to document how to actually...

documentation
enhancement

# Issue To Be Solved We current have a go package for getting transaction templates, but we should also have a javascript package so users of the contracts can import...

enhancement
help wanted
good first issue

### Issue To Be Solved It is a best practice in cadence to only perform actions that are associated with the transaction signer's account in the `prepare` phase of a...

enhancement
help wanted
good first issue

We've been seeing a lot of requests in the discord channels for automated trading so that you don't have to trust the player who you are trading with. This allows...