flow-nft
flow-nft copied to clipboard
add example NFT forwarder, with tests
adds an NFTForwarding contract that allows for an owner to redirect NFTs to another recipient. closes issue #10
- adds
create_forwarder.cdctransaction for creating forwarder object with recipient as argument - adds
TokenForwarding.cdccontract that holdsNFTForwardingcontract, which implements theReceiverinterface - adds
lib/go/test/forwarding_test.goand utilities to help test forwarder in action
I'm not sure why the builds haven't been running - let me know if there is anything I need to do to fix that
Closing this PR in the favour of #116