https://github.com/probablyarth/wallet-webapp-tnb-react
https://github.com/probablyarth/wallet-webapp-tnb-react
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablyarth/wallet-webapp-tnb-react
- Owner: probablyArth
- Created: 2022-01-23T14:59:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T17:42:04.000Z (over 4 years ago)
- Last Synced: 2025-01-07T16:43:23.759Z (over 1 year ago)
- Language: JavaScript
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)