Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.38 KB

Pond

screenshot

The quickest way to start building your app on the Kujira DeFi Blockchain

First, start your local Pond network:

  • git clone https://github.com/Team-Kujira/pond.git
  • cd pond && sudo cp pond /usr/local/bin/
  • pond init
  • pond start

Then, clone and start your Pond application:

  • git clone https://github.com/Team-Kujira/pond-ex && cd pond-ex
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

Sonar Connection

Sonar connect is provided as a demo integration. Sonar wallet is mainnet-only, and as such can't sign transactions for a Pond local network.