/Investin-solana-programs

Investin Defi Dedge Funds

Primary LanguageJavaScriptMIT LicenseMIT

Investin programs

version license GitHub issues open GitHub issues closed Chat

logoWithHeading

Decentralized investing and trading platform Enabling anyone to invest or trade digital assets in a trustless and secure environment using smart contracts

Architectural Overview

download

Branches

  1. master : main defi funds
  2. master_devnet : defi funds with devnet
  3. master_mm : main mm funds mangov3
  4. master_mm_v3_perps :
  5. master_defi_v3_perps :

Build the on-chain program

Programs are available in the programs/ folder

$ npm install
$ npm run build:program-fund

Deploy the on-chain program

$ solana program deploy dist/program-fund/fund.so

Basic UI

The main UI is maintained in another repo A basic UI for testing is inside frontend folder

1) create env file

create a new .env inside the frontend folder copy the corresponding env file

.env.production -> for profuction
.env.devnet -> for devnet

2) Install Deps

run cmd the following inside frontend folder

$ yarn

3) Start servce

run cmd the following frontend folder

$ yarn start