Skip to content

greimela/splash-ui

Repository files navigation

splash-ui

An experimental UI for Splash!, a decentralized network for sharing Chia offers across the ecosystem.

splash-ui screenshot

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Connect to Splash!

To connect to Splash!, download the latest release for your operating system from GitHub.

Then connect it to the UI using the following command:

./splash --offer-hook http://localhost:3000/api/offer

All incoming offers should now show up in the UI!

About

An experimental UI for Splash!, a decentralized network for sharing Offers across the Chia ecosystem.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published