Skip to content

seabed-labs/drip-program

Folders and files

NameName
Last commit message
Last commit date
Feb 13, 2024
Sep 17, 2022
Feb 17, 2024
Feb 13, 2024
Mar 7, 2024
Feb 13, 2024
Mar 7, 2024
Feb 13, 2024
Mar 7, 2024
Nov 15, 2021
Feb 17, 2024
Mar 2, 2022
Nov 15, 2021
Feb 13, 2024
Feb 13, 2024
Feb 17, 2024
Feb 13, 2024
May 28, 2022
Sep 21, 2023
Sep 22, 2023
Feb 13, 2024
Mar 12, 2022
Feb 13, 2024

Repository files navigation

solana-programs

CI/CD

Deploys

Maintained

mainnet - dripTrkvSyQKvkyWg7oi4jmeEGMA5scSYowHArJ9Vwk

Deprecated

devnet - dripTrkvSyQKvkyWg7oi4jmeEGMA5scSYowHArJ9Vwk devnet staging - F1NyoZsUhJzcpGyoEqpDNbUMKVvCnSXcCki1nN3ycAeo

Setup Instructions

Install Rust, Solana, Anchor and Mocha -
https://project-serum.github.io/anchor/getting-started/installation.html

  • rustc 1.65.0
  • solana 1.10.32
  • anchor 0.25.0
  1. Clone repo
  2. Setup nvm with node v16.13.0
  3. yarn install
  4. yarn run build to build the program
  5. yarn run test to build and run unit + integration tests