https://jasmines-co.github.io/toshitext-wallet-api/#/
This wallet api by default mirrors the BlockCypher api. We want to make it easy to send BTC over SMS. Our main offering is a SMSWallet service which would allow anyone to send a little bit of BTC over a text message.
We have a web frontend for anybody to signup and get approved to send and recieve value on our network. PASTE_LINK_TO_FRONTEND
- Twilio
- BlockCypher
- Heroku
- Docker
- kubernetes
The create
command should create a new wallet named after the account name of the owner. With KYC we need to know the identity of wallet holders. The user will also need to provide at least one known public BTC address at the time of creation.
The new address
command should create a new address under the wallet associated with that unique user. A wallet can hold multiple addresses.
Getting the balance of an address is a cheap call to associated api endpoint.
createTransaction()
encasulates a series of steps taken to construct, sign, and broadcast a BTC transaction to the network to validate.
$ docker-compose up
$ docker-compose up -d
$ docker-compose up --build
$ docker-compose down
run $ docker-compose ps
from the same directory as docker-compose.yml