Skip to content

octopus-network/wrapped-appchain-nft

Repository files navigation

Wrapped Appchain NFT

This is an implementation of wrapped appchain NFT contract of Octopus Network.

This contract is for supporting cross-chain NFT transfer from Octopus Appchain to NEAR protocol. It is used in Octopus Appchain Anchor since v2.1.0.

For those Octopus Appchains which supports NFT assets, each of the class id in appchain will has one instance of this contract in NEAR protocol. All the instance of this contract for a specific appchain will be only controlled by the corresponding Octopus Appchain Anchor.

The implementation of this contract references the NFT sample of near-sdk-rs v4.0.0.

Building

To build run:

./build.sh

Testing

To test run:

cargo test --workspace --package wrapped-appchain-nft -- --nocapture

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published