onflow / kitty-items

Kitty Items: CryptoKitties Sample App
https://kitty-items.onflow.org
Apache License 2.0
408 stars 213 forks source link

Item purchase has failed. #202

Closed avpdiver closed 2 years ago

avpdiver commented 2 years ago

Describe the bug Can't purchase items. Kitty-items is deployed in the testnet.

Deployed like this:

npm install
npx lerna exec npm install

export FLOW_ADDRESS=0xb12a72013ead0919
export FLOW_PRIVATE_KEY=xxxxxxx
export FLOW_PUBLIC_KEY=xxxxxxx

npm run start:testnet
flow project deploy --update --network testnet -f flow.json
flow transactions send cadence/transactions/kittyItems/setup_account.cdc --signer testnet-account --network testnet
flow transactions send cadence/transactions/nftStorefront/setup_account.cdc --signer testnet-account --network testnet

Screenshots/Logs/Output image

Transaction log URL

avpdiver commented 2 years ago

I have resolved the problem.