Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstackq/smart-contract
learn smart contract with Etherium, using Solidity, go-etherium library, abigen tools and relation for all with go application for management contracts
https://github.com/devstackq/smart-contract
Last synced: 12 days ago
JSON representation
learn smart contract with Etherium, using Solidity, go-etherium library, abigen tools and relation for all with go application for management contracts
- Host: GitHub
- URL: https://github.com/devstackq/smart-contract
- Owner: devstackq
- Created: 2023-09-25T15:52:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T08:34:39.000Z (about 1 year ago)
- Last Synced: 2023-10-03T01:47:38.067Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Pet project: smart-contract 2023
SC: have 3 side - Eth api; Solidity code, Golang -
-Solidity compiler - deploy Eth-machine;
Then - (abi -> convert -> go)
-Go-for communicate Eth apicommands:
solc --bin --abi solidity/todo.sol -o build
- Solidity compiler build from solidity file -> abi/bin files for create Abigen -> create Go fileabigen --bin=build/Todo.bin --abi=build/Todo.abi --pkg=todo --out=gen/todo.go
- abigen from bin/abigen -> generate go file