Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 722 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 722 Bytes

A little research and playing around with Solana

Pre-requisites

  • Solana CLI

Run

  • create .env in root directory with the following variables
# RPC endpoint
RPC_URL=https://api.devnet.solana.com
# absolute path for a local keypair file
# replace with your own file path
LOCAL_PAYER_JSON_ABSPATH="/Users/lwin/.config/solana/id.json"
  • npm i
  • npx ts-node src/<file_name>.ts You can run the example scripts in order to follow along with README.

A little research with some supported scripts