Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wietsewind/xrpl-connection-vuejs
- Owner: WietseWind
- Created: 2020-04-02T05:50:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T18:16:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:38:07.581Z (7 months ago)
- Language: Vue
- Size: 3.59 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
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
```