- Solana CLI
- create
.envin 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 inpx ts-node src/<file_name>.tsYou can run the example scripts in order to follow along with README.