A cli tool that interacts with an Ethereum smart contract for creating and trading auctions
make ganache
make deploy
make build
./auctionplace run auction --action create --name pg1 --description des1 --min 2
./auctionplace run auction --action user --account 0xFCAd0B19bB29D4674531d6f115237E16AfCE377c
./auctionplace run offer --action create --auctionId 1 --amount 5
./auctionplace run offer --action user --account 0xFCAd0B19bB29D4674531d6f115237E16AfCE377c
./auctionplace run trade --auctionId 1