/sf-streaming-payments

StreamFlow dashboard example, using the JS SDK

Primary LanguageTypeScriptMIT LicenseMIT

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.