Skip to content

Latest commit

 

History

History

dioxus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

📚 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.