Acala icon indicating copy to clipboard operation
Acala copied to clipboard

EVM: create ERC721 bridging contract

Open shaunxw opened this issue 3 years ago • 0 comments

Implement a dispatchable call to create ERC721 bridging contract. It will call the factory contract, which uses the precompile in #595 to create. Each of the contract will bridge to an underlying NFT class.

The address of the contract is deterministic, based on address allocation scheme at #594, where the last 4 address bytes are the u32 class id.

shaunxw avatar Dec 01 '20 00:12 shaunxw