Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 255 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 255 Bytes

Development

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