Skip to content

littleboycoding/solana-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Example

Thumbnail

Simple Solana program with frontend that let users increment counter, state is stored on-chain.

Live example is hosted on GitHub Page (Devnet cluster)

Development

# in program/
$ make
$ solana-test-validator
# In new terminal
$ solana program deploy -u localhost dist/program.so

# in client/
$ npm run dev

Resources