Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 487 Bytes

Development

Clone the solana-playground repository, if not cloned:

git clone https://github.com/regolith-labs/solana-playground ../solana-playground

Install dioxus-cli, if not installed:

cargo install dioxus-cli

Run the following command in the root of the project to start the Dioxus dev server:

dx serve --hot-reload

To rebuild the wallet adapter:

cd wallet-adapter && npm run build