Categorygithub.com/e-chain-net/echain-go-sdk-721

# README

EChain-go-sdk-721

适配标准ERC721合约的 EChain-Server 签名SDK,提供标准ERC721合约中如下方法的签名方法:

function mint(address to, uint256 tokenId);
function transferFrom(address from,address to,uint256 tokenId); 
function burn(uint256 tokenId);

测试用例

test

示例名称描述
account_test.go生成随机账户地址、私钥
sdk_test.go对标准Erc721合约进行铸造、转移、销毁进行签名,得到交易哈希、签名后的交易体

与EChainServer的结合使用

https://github.com/e-chain-net/echain-server-go-demo

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author