Skip to content

shmn7iii/b2t.client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2t.client

BTC to TPC client.

sequenceDiagram
  autonumber
  actor User
  User ->> Client: GET /b2t/execute
  Client ->> Server: GET /b2t/bitcoin/getnewaddress
  Server ->> Client: Return new Bitcoin address
  Client -->> Client: Create payment transaction
  Client -->> Client: Get new Tapyrus address
  Client ->> Server: GET /b2t/execute
  Server -->> Server: Create receipt transaction
  Server ->> Client: Return receipt transaction id
  Client ->> User: Return both transaction id
Loading

setup

$ docker compose up -d

usage