3 releases (breaking)

0.23.0 Apr 7, 2022
0.22.0 Apr 7, 2022
0.21.0 Apr 7, 2022

#5 in #jet

48 downloads per month

AGPL-3.0-or-later

145KB
3.5K SLoC

Jet Protocol

Jet V1

Build Status Discord Chat License

Website

Note

  • The software in this repository is deprecated, and only considered useful for educational purpose
  • You can find the successor protocol under active development in jet-v2

Contributing

Install Anchor

Directions can be found here.

Build, deploy, and test programs

You may also need to install the NPM dependencies for tests

npm install

You can use anchor to build and test the program.

anchor test

Run Frontend

Initial localnet setup - startup a local validator and deploy

npm install
cd scripts
./localnet-start.sh

Set up frontend app environment variable to use localnet

vi ../app/.env # Set IDL = localnet

Run ctrl-c. to kill the solana-test-validator process to stop the localnet

Startup a local validator and deploy

Install any other NPM dependencies in the app directory

cd ../app
npm install

npm run dev to run live-reloading dev environment

npm run build to compile app to the /build directory

npm run check typescript type-checker

localhost:3000 in browser

Dependencies

~18–27MB
~451K SLoC