add readme

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
This commit is contained in:
Ciro S. Costa 2021-04-16 17:26:10 -04:00
parent b86560a14c
commit e679267237

28
README.md Normal file
View file

@ -0,0 +1,28 @@
# go-monero
## todo
- [x] `get_block_count`
- [x] `on_get_block_hash`
- [x] `get_block_template`
- [ ] `submit_block`
- [ ] `get_last_block_header`
- [ ] `get_block_header_by_hash`
- [ ] `get_block_header_by_height`
- [ ] `get_block_headers_range`
- [ ] `get_block`
- [ ] `get_connections`
- [ ] `get_info`
- [ ] `hard_fork_info`
- [ ] `set_bans`
- [ ] `get_bans`
- [ ] `flush_txpool`
- [ ] `get_output_histogram`
- [ ] `get_version`
- [ ] `get_coinbase_tx_sum`
- [ ] `get_fee_estimate`
- [ ] `get_alternate_chains`
- [ ] `relay_tx`
- [ ] `sync_info`
- [ ] `get_txpool_backlog`
- [ ] `get_output_distribution`