Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 796 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 796 Bytes

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