Skip to content

L04DB4L4NC3R/zopp

Repository files navigation

ZOP

Deployable decentralized system for fraud detection and live wire detection for the electricity department in India Awesome Application

Installing and compiling sol

go get -u github.com/ethereum/go-ethereum
cd $GOPATH/src/github.com/ethereum/go-ethereum/
make
make devtools

Compiling sol and creating abi binding

cd chain
solc --abi Store.sol | awk '/JSON ABI/{x=1;next}x' > Store.abi
solc --bin Store.sol | awk '/Binary:/{x=1;next}x' > Store.bin
abigen --bin=Store_sol_Store.bin --abi=Store_sol_Store.abi --pkg=store --out=Store.go

About

CEA regulation defaulters contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published