Blockchain based auction house - every auction is a separate blockchain
run -> go build main.go
database credentials, storage path and configuration -> .env
example database -> docker-compose.yml
basic requestst -> auction_house.postman_collection.json
THE PAIN AND SUFFERING - installing libp2p, because using a decentralised package manager (gx based on ipfs) is an amazing idea
- go get -u -d github.com/libp2p/go-libp2p/... (MAKE SURE THAT GOPATH is set to global GOPATH, AND DO THAT IN $GOPATH)
- cd $GOPATH/src/github.com/libp2p/go-libp2p
- make
- make deps