Skip to content

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

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
GPL-3.0
LICENSE-GPL
Notifications You must be signed in to change notification settings

0xdeepmehta/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.

Topics

Resources

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
GPL-3.0
LICENSE-GPL

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 72.8%
  • TypeScript 22.3%
  • JavaScript 4.9%