Explanation

In this repo you will find the XP.network Migration Module which is an API endpoint that receives

  1. NFT Use Case
  2. Business Details
  3. Designated Blockchains
  4. Compiled/Human-Readable

It responds with production ready smart contracts.

Tests

Logo

Generate ERC721 Solidity smart contract and test.

yarn install

Download Ganache and run

yarn test

Generate ERC721 Move smart contract and test

TBD

Currently you can view the ready XP.network NFT Move ERC721 standard module under

src
│   
└───services
    │    
    └───moveMigration
	│   
	└───contracts
	    │   
	    └───modules
		│   
		└───MV721.ts

Generate ERC721 Rust smart contract and test

TBD

Scheme