Skip to content

Visual Rendering of XRP Network Transactions in a "Code Waterfall"

License

Notifications You must be signed in to change notification settings

DevNullProd/vue-xrp-waterfall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The XRP Transaction Waterfall

A vue.js plugin

example gif

Implements a visual rendering of XRP network transactions via a 'code waterfall'. Transactions that are sent across the live network will be displayed here, each assigned a color corresponding to its type, and streamed vertically in the viewing area. Individual transactions are also rendered via a horizontal marquee anchored to the bottom of the container. Settings controlling the waterfall may be set using the gear icon in the upper right.

Table of Contents

Installation

yarn add vue-xrp-waterfall

Setup

<template>
  <div id="container">
    <XRPWaterfall />
  </div>
</template>

<script>
import XRPWaterfall from 'vue-xrp-waterfall'
Vue.use(XRPWaterfall)

export default {
}
</script>

<style scoped>
#container{
  /* style container appropriately */
}
</style>

License

vue-xrp-waterfall is available under the MIT license.

Contributing

Contributions are more than welcome! Just fork the repo and send a PR.

About

Visual Rendering of XRP Network Transactions in a "Code Waterfall"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published