This repository contains a Blockchain approach of the eReuse system.
$npm install //install necessary node modules
$node_modules/.bin/truffle compile --all --reset //compile Solidity contracts
In a different terminal or a screen
start a ganache instance by executing node_modules/.bin/ganache
and then deploy locally the smart contracts by executing
$node_modules/.bin/truffle migrate --network development //deploy Solidity contracts
To export in Go :
- Install abigen
- Deploy locally the smart contracts (so that truffle generates the bytecode)
- Run
node abigen
- In the
go
directory you should find the.go
file with the Ethereum bindings