darwintree / ERC777TokenTransferSmartContract

An ERC777 token transfer smart contract for Conflux

Home Page:https://darwintree.github.io/ERC777TokenTransferSmartContract/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERC777 Token Transfer Contracts

Run

npm install

to setup.

And after that, change node_modules/@openzeppelin/contracts/token/ERC777/ERC777.sol line33 to

IERC1820Registry constant internal _ERC1820_REGISTRY = IERC1820Registry(0x88887eD889e776bCBe2f0f9932EcFaBcDfCd1820);

Address of ERC1820 on Conflux is different from that of Ethereum.

About

An ERC777 token transfer smart contract for Conflux

https://darwintree.github.io/ERC777TokenTransferSmartContract/

License:MIT License


Languages

Language:Solidity 97.2%Language:JavaScript 2.8%