Skip to content

A template with cookie cutter CLI, Program and Integration tests for Solana blockchain

Notifications You must be signed in to change notification settings

hashblock/solana-cli-program-template

Repository files navigation

About

solana-cli-program template is

  • a sample Solana Program that 'mints', 'transfers' and 'burns' key/value pairs to program data accounts
  • a minimal CLI application written in Rust to interact with Solana and programs Rust Program and CLI
  • a minimal CLI application written in Typescript to interact with Solana and programs Typescript CLI

solana-cli-program template is a derived work inspired by @mvines solana-cli-template