Skip to content

seabed-labs/drip-program

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