Skip to content

Latest commit

 

History

History

solana-node-labs

Solana Node Labs

This repository contains a series of scripts and projects related to learning about Solana blockchain development.

Setup

Install dependencies:

npm install

Setup environment variables:

cp .env.example .env

Run

npx esrun <filename.ts>