Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 522 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 522 Bytes

ManyMath/monorepo

A monorepo used for development of ManyMath.

Getting started

git clone [email protected]:ManyMath/monorepo
cd monorepo
git submodule update --init --recursive
cd monero-dart
dart pub get
dart --enable-experiment=native-assets run bin/xmrdart_example.dart

and wait a moment as the native assets are built.

Refer to the submodules for their documentation.