Skip to content

XX/solana-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Playground

SolPg allows you to quickly develop, deploy and test Solana programs(smart contracts) from the browser.

Supported crates:

Package Version
anchor-lang 0.25.0
anchor-spl 0.25.0
arrayref 0.3.6
borsh 0.9.3
borsh-derive 0.9.3
bytemuck 1.9.1
bytemuck-derive 1.2.1
mpl-token-metadata 1.3.4
mpl-token-vault 0.1.1
num-derive 0.3.3
num-traits 0.2.15
solana-program 1.10.35
spl-associated-token-account 1.0.5
spl-token 3.3.1
thiserror 1.0.32

You can open an issue to request more crates.

Note: Playground is still in beta and everything is subject to change.

Run locally

You can run the client locally by cloning the repo and running these commands in the project directory.

cd client # change directory to client
yarn # install dependencies
yarn start # start local dev server

Contributing

Anyone is welcome to contribute to Solana Playground no matter how big or small.

License

client is licensed under GPL-3.0. wasm packages are licensed under Apache-2.0 unless specified otherwise in their respective Cargo.toml.

About

Quickly develop, deploy and test Solana programs from the browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 71.3%
  • TypeScript 23.9%
  • JavaScript 4.8%