XX / solana-playground

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

Home Page:https://beta.solpg.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://beta.solpg.io

License:Apache License 2.0


Languages

Language:Rust 71.2%Language:TypeScript 23.9%Language:JavaScript 4.8%Language:HTML 0.0%Language:CSS 0.0%