Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 587 Bytes

golang-poc

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

  1. go get -u -d github.com/libp2p/go-libp2p/... (MAKE SURE THAT GOPATH is set to global GOPATH, AND DO THAT IN $GOPATH)
  2. cd $GOPATH/src/github.com/libp2p/go-libp2p
  3. make
  4. make deps