An unofficial Golang library for #MetaHash blockchain.
- GO go 1.12+
go get -u github.com/xboston/metahash-go
- fetch-balance
- fetch-balances
- fetch-history
- get-tx
- get-last-txs
- get-blocks
- get-block-by-number
- get-block-by-hash
- get-dump-block-by-number
- get-dump-block-by-hash
- get-count-blocks
- get-last-node-stat-result
- get-last-node-stat-trust
- get-all-last-nodes-count
- get-nodes-raiting
- get-address-delegations
- get-forging-sum-all
- get-forging-sum
- get-common-balance
- status
- mhc_send
- getinfo
- generateKey
- getNonce
- metahashSupply
You can find usage examples in the examples folder.
This package is released under the MIT license.