Open kamescg opened 5 years ago
Create 1 blockchain getter component in src/components/token
src/components/token
The query needs to read from the ERC20Certificate condenseCertificateIDs function.
condenseCertificateIDs
function condenseCertificateIDs(bytes32[] calldata _ids) external pure returns (bytes32) { return _condenseCertificateIDs(_ids); }
ERC20Certificate
ethers-react-system
Create 1 blockchain getter component in
src/components/token
The query needs to read from the ERC20Certificate
condenseCertificateIDs
function.Component(s) Logic
ERC20Certificate
contract.ethers-react-system
dispatched read request.