owlmafia / algonaut-react

Example for using the Algorand Rust SDK in a React JS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example for using Algonaut in a React JS app

Continuous integration

Minimal example for using the Rust Algorand SDK in a React app.

ScreenShot

Instructions

Build Rust:

cd wasm
wasm-pack build --out-dir ../wasm-build

Download npm dependencies:

cd react-app
npm install

Run the React app:

cd react-app
npm start

See more instructions for React in the app folder

Add the connection data to a running algod instance to dependencies.rs

About

Example for using the Algorand Rust SDK in a React JS app

License:MIT License


Languages

Language:JavaScript 89.6%Language:Rust 4.6%Language:HTML 3.8%Language:CSS 2.0%