SolPg allows you to quickly develop, deploy and test Solana programs(smart contracts) from the browser.
- Playground is still in beta and everything is subject to change.
- Currently allowed crates:
You can open an issue to request more crates.
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 serverAnyone is welcome to contribute to Solana Playground no matter how big or small.
client is licensed under GPL-3.0.
wasm packages are licensed under Apache-2.0 unless specified otherwise in their respective Cargo.toml.