ognjenjevremovic / sf-streaming-payments

StreamFlow dashboard example, using the JS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SF Finance Dashboard

This project is done as a practice to get familiar with Solana Network, as well as StreamFlow - a token distribution platform powered by a streaming payments' protocol.

Project Setup

Clone the repository locally

$ git clone git@github.com:ognjenjevremovic/sf-streaming-payments.git
$ cd ./sf-streaming-payments

Install the dependencies

$ npm ci

Create .env. file (Optional)

$ mv .env.template .env

And populate the VITE_SOLANA_NETWORK value with either devnet or testnet, depending on the network you would like to run the project agains.
Default value if not provided (or invalid) - devnet

Start Development Server

$ npm run dev

License

MIT.
See LICENSE for details.

About

StreamFlow dashboard example, using the JS SDK

License:MIT License


Languages

Language:TypeScript 90.6%Language:SCSS 6.7%Language:JavaScript 1.7%Language:HTML 1.0%