Skip to content

Latest commit

 

History

History
executable file
·
43 lines (28 loc) · 773 Bytes

README.md

File metadata and controls

executable file
·
43 lines (28 loc) · 773 Bytes

📚 WASI SOL Dioxus Component Example

🛠️ Pre-requisites:

  1. Install rustup:

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  2. Install Dioxus CLI:

    cargo install dioxus-cli
  3. Add Wasm target:

    rustup target add wasm32-unknown-unknown

🚀 Building and Running

  1. Fork/Clone the GitHub repository.

    git clone https://github.com/gigadao/wasi-sol
  2. Navigate to the application directory.

    cd wasi-sol/examples/dioxus
  3. Run the client:

    dx serve --port 3000

Navigate to http://localhost:3000 to explore the landing page.