https://github.com/oothan/solo_contract
https://github.com/oothan/solo_contract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oothan/solo_contract
- Owner: oothan
- Created: 2022-12-06T11:12:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T12:30:57.000Z (over 3 years ago)
- Last Synced: 2024-12-31T12:37:08.338Z (over 1 year ago)
- Language: Solidity
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solo_contract
## Store.sol file creation
```
COMPILE WITH solc for abi and bin
solc --abi Store.sol
solc --bin Store.sol
GENETATE Store.go file with abigen
abigen --abi=Store_abi_Store.abi --bin=Store_bin_Store.bin --pkg=store --out=Store.go
```