An open API service indexing awesome lists of open source software.

https://github.com/oothan/solo_contract


https://github.com/oothan/solo_contract

Last synced: 3 months ago
JSON representation

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
```