/dioxus-wallet-adapter

Solana wallet adapter for Dixous web apps.

Primary LanguageRust

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