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

https://github.com/ayapejian/waves-transactions


https://github.com/ayapejian/waves-transactions

cryptocurrency wavesplatform

Last synced: about 1 month ago
JSON representation

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
```