/pond-ex

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

Primary LanguageElixir

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.