Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 1.7 KB

File metadata and controls

82 lines (54 loc) · 1.7 KB

Contributing to SolSab

Thank you for your interest in contributing to SolSab! This guide will help you get set up for development.

Pre-Requisites

Ensure you have the following software installed and configured on your machine:

Set Up

Wallet

Make sure to configure your local Solana wallet.

Clone the repository

git clone git@github.com:sablier-labs/solsab.git && cd solsab

Install dependencies

bun install

Run one-time setup script:

just setup

List available scripts

To see a list of all available scripts, run this command:

just --list

Build the programs

just build

Run full code checks

Tip

Make sure to build the programs first.

just full-check

Testing

just test

VSCode Extensions

See the recommended VSCode extensions in .vscode/extensions.json.

Other useful information

Solana Cluster RPC URLs: