Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Counter: Solana Native

This example program is written in Solana using only the Solana toolsuite.

Build and test

pnpm build-and-test

This builds the program with cargo build-sbf and runs the tests against an in-process solana-bankrun runtime — no local validator required.

Deploy

pnpm build
pnpm deploy