This repo is a simple introduction to performing some essentials and simple functionality in Solana Blockchain.
-
go to https://github.com/codespaces/new
- insert
jup-ag/apu-solana-hands-on
- insert
-
Install dependencies and start the server
npm install
npm run dev
(Cmd/Ctrl) + click
the address in your Terminal
-
unix-like environment
- macOS, Linux, WSL, etc.
-
Install VSCode
-
Install NodeJS
- Preferably install via NVM
- https://github.com/nvm-sh/nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
nvm install --lts
- Or, via NodeJS (Get the latest LTS version)
- Preferably install via NVM
-
Clone the repo
- Repo: https://github.com/jup-ag/apu-solana-hands-on
git clone https://github.com/jup-ag/apu-solana-hands-on.git ./
-
Install dependencies and start the server
- npm install
- npm run dev
- Go to chrome