JIVIN0902 / jet-v1

Decentralized lending on Solana

Home Page:https://jetprotocol.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jet Protocol

Jet V1

Build Status Discord Chat License

Note

  • Jet Protocol is in active development so all APIs and behaviours are subject to change.
  • This is experimental unaudited software. Use at your own risk.

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

First startup a local validator and deploy

npm install
cd scripts
./localnet-start.sh
vi app/.env # Set IDL = localnet

Install any other NPM dependencies

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

About

Decentralized lending on Solana

https://jetprotocol.io

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 44.5%Language:Rust 36.3%Language:Svelte 14.5%Language:CSS 3.9%Language:JavaScript 0.6%Language:HTML 0.2%Language:Shell 0.1%