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

GroovierHen/solana-playground

 
 

Repository files navigation

Solana Playground

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

Supported crates

Crate Version
anchor-lang 0.28.0
anchor-spl 0.28.0
arrayref 0.3.7
borsh 0.10.3
borsh-derive 0.10.3
bytemuck 1.14.0
bytemuck-derive 1.5.0
clockwork-sdk 2.0.18
mpl-bubblegum 0.11.0
mpl-token-metadata 1.13.1
num-derive 0.4.0
num-traits 0.2.16
pyth-sdk 0.8.0
pyth-sdk-solana 0.8.0
solana-program 1.16.13
spl-account-compression 0.2.0
spl-associated-token-account 2.1.0
spl-token 4.0.0
spl-token-2022 0.8.0
switchboard-solana 0.28.18
switchboard-v2 0.4.0
thiserror 1.0.48

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 repository and running the following commands in the project directory.

Setup and start the dev server:

cd client # change directory to client
yarn setup # run the setup script(only once)
yarn start # start local dev server
Recommended versions
rustc --version
# rustc 1.71.0 (8ede3aae2 2023-07-12)

wasm-pack --version
# wasm-pack 0.10.3

node --version
# v18.15.0

yarn --version
# 1.22.19

Contributing

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

License

Public libraries(e.g. solana-client-wasm, solana-extra-wasm) are licensed under Apache-2.0 and the rest are licensed under GPL-3.0.

About

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

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

No packages published

Languages

  • Rust 80.5%
  • TypeScript 17.8%
  • JavaScript 1.4%
  • Other 0.3%