package
0.2.0
Repository: https://github.com/patractlabs/go-patract.git
Documentation: pkg.go.dev

# README

Dumper for erc20 token

Dump erc20 status to a bolt database and we can query the data:

./dump -hash 5DTSQx8MnnMUHbYqWGn4wtRR4rgCTsmYdj6DKpLkbrVabFv7 -metadata ../../test/contracts/ink/erc20.json

Query data:

 curl http://127.0.0.1:8899/get/5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
{"sequence":1,"address":"5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY","amount":"10000000000000000000000000"}%

# Functions

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

# Structs

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