Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.22 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.22 KB

APU Solana Hands-on

This repo is a simple introduction to performing some essentials and simple functionality in Solana Blockchain.

Jupiter Aggregator

Getting started (Codespace)

  • go to https://github.com/codespaces/new

    • insert jup-ag/apu-solana-hands-on
  • Install dependencies and start the server

    • npm install
    • npm run dev
    • (Cmd/Ctrl) + click the address in your Terminal

Getting started (Local)