Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 663 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 663 Bytes

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