Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 526 Bytes

File metadata and controls

28 lines (20 loc) · 526 Bytes

Nora the Web3 API explorer

Screen.Recording.2025-05-19.at.01.20.13.mov

Build instructions

Using nimble 0.18.0+:

nimble setup -l
nimble shell
nim c -r src/nora

Android

Works on MacOs and Linux

Might work on Windows

nimble setup
# installing dependencies and configuring the environment
nimble setup_android
# build, deploy and run
# Make sure there's an android device/emulator attached

nimble android_run