# README
Blockchain data transfer protocol
Main idea
TODO: treat blockchain addresses like pointers.
Currently supported chain
- Waves
Requirements
go version >= 1.17
Installation
git clone [email protected]:nic758/bdtp-golang.git
go mod tidy
export WAVES_SEED="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
to run a server: go run bdtp-server-example.go
to run a client: go run bdtp-client-example.go
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author