Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 862 Bytes

File metadata and controls

52 lines (33 loc) · 862 Bytes

Boring Vault SVM

Getting Started

  1. Install dependencies:
yarn install
  1. (Optional) Set up environment variables:
cp sample.env .env

Then edit .env and fill in your values.

  1. Build the project:
anchor build
  1. Sync program IDs (if you encounter program ID mismatch errors):
anchor keys sync
  1. Rust tests:
anchor test

License

All Rights Reserved

This code is proprietary and confidential. Unauthorized copying, modification, distribution, or use of this code, via any medium, is strictly prohibited without express written permission.

  1. To install new solana version
sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.15/install)"

Where 2.0.15 is the version you want to install

solana --version solana-cli 2.0.15 (src:f8f3fe31; feat:607245837, client:Agave)