Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wietsewind/xrpl-connection-vuejs

Simple XRPL node WebSocket connection in VueJS
https://github.com/wietsewind/xrpl-connection-vuejs

Last synced: about 13 hours ago
JSON representation

Simple XRPL node WebSocket connection in VueJS

Awesome Lists containing this project

README

        

# XRPL-Connection-VueJS

Simple connection sample to XRPL nodes (livenet, testnet) using VueJS

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```