Skip to content

bretheren/pond-ui

 
 

Repository files navigation

Pond UI

A UI starter pack for dApps built on Kujira

Getting Started

Start the local pond network. Ensure you have Docker installed and running.

  1. Install pond curl -o pond https://raw.githubusercontent.com/Team-Kujira/pond/main/pond && chmod +x pond && sudo mv pond /usr/local/bin/
  2. pond init
  3. pond start

Load the config into your pond-ui app

  1. git clone https://github.com/Team-Kujira/pond-ui.git
  2. cd pond-ui
  3. npm i
  4. npm run dev
  5. Start building!

Coming Soon...

  • Wallet connections
  • Transaction signing & broadcasting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 57.8%
  • CSS 31.6%
  • HTML 5.4%
  • JavaScript 3.4%
  • Shell 1.8%