An open API service indexing awesome lists of open source software.

https://github.com/probablyarth/wallet-webapp-tnb-react


https://github.com/probablyarth/wallet-webapp-tnb-react

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Tnb-react

A Minimal Wallet webapp for thenewboston blockchain.

## The Goal

- User can input their signing key.
- A minimal dashboard that displays account number and balance.
- A form to send TNBC to another user.

## Technologies Used

- React.js and tailwind Css for Frontend
- Buffer and tweetnacl for Encoding and Digital signatures.
- Axios for http requests.

## Commands to follow:

- npx create-react-app .
- npm i buffer axios tweetnacl
- [Tailwind Installation Docs](https://tailwindcss.com/docs/guides/create-react-app)

## Important Links

- [thenewboston Bank API](https://developer.thenewboston.com/api/bank-api/accounts)