https://github.com/ayapejian/waves-transactions
https://github.com/ayapejian/waves-transactions
cryptocurrency wavesplatform
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayapejian/waves-transactions
- Owner: AYapejian
- Created: 2018-02-19T20:03:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T04:34:53.000Z (about 8 years ago)
- Last Synced: 2025-08-22T23:00:25.643Z (7 months ago)
- Topics: cryptocurrency, wavesplatform
- Language: Vue
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Waves Transactions
Quick and dirty POC of fetching waves transactions for a wallet address via APIs
# To run
1. Clone repo
2. `npm install` or `yarn`
3. `npm run dev`
4. Navigate to `http://localhost:8080`
a. Enter wallet address and submit
# To build
Will use docker to run the webpack build then docker again to build an image called `local-waves-transactions` build. Just run below and follow launch afterwards without output commands.
```
./build/build.sh
```