Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marioidival/geth-study
https://github.com/marioidival/geth-study
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/marioidival/geth-study
- Owner: marioidival
- Created: 2021-06-21T12:25:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T01:00:20.000Z (over 3 years ago)
- Last Synced: 2024-11-01T01:09:41.604Z (about 2 months ago)
- Language: Go
- Size: 63.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# geth-study
## Sequence
0. client.go
1. address.go
2. account_balance.go
3. wallet_generate.go
4. keystore.go
5. address_check.go
6. blocks.go
7. transactions.go
8. transfer_eth.go
9. transfer_tokens.go
10. block_subscribe.go
11. transaction_raw_create.go
12. transaction_raw_send.go
13. Store.sol
14. contract_deploy.go
15. contract_load.go
16. contract_read.go
17. contract_write.go
18. contract_bytecode.go
19. erc20.sol & contract_read_erc20.go
20. event_subscribe.go
21. event_read.go
22. event_read_erc20.go
23. event_read_0xprotocol.go & Exchange.sol & Exchange.go
24. signature_generate.go
25. signature_verify.go