TODO: treat blockchain addresses like pointers.
- Waves
go version >= 1.17
git clone git@github.com:nic758/bdtp-golang.git
go mod tidy
export BDTP_SEED="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
to run a server: go run bdtp-server-example.go
to run a client: go run bdtp-client-example.go