diff --git a/README.md b/README.md index 47a9284e8..a811caad6 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ Compiled WebAssembly binaries are committed to ./dist for convenience, but these 2. Clone monero-ts repository: `git clone --recursive https://github.com/monero-ecosystem/monero-ts.git` 3. `cd monero-ts` 4. `./bin/update_submodules.sh` -5. Modify ./external/monero-cpp/external/monero-project/src/crypto/wallet/CMakeLists.txt from `set(MONERO_WALLET_CRYPTO_LIBRARY "auto" ...` to `set(MONERO_WALLET_CRYPTO_LIBRARY "cn" ...`. -6. [Download and install](https://unbound.docs.nlnetlabs.nl/en/latest/getting-started/installation.html) unbound 1.19.0 to your home directory (`~/unbound-1.19.0`). +5. Build the monero-cpp submodule (located at ./external/monero-cpp) by following [instructions](https://github.com/monero-ecosystem/monero-cpp#using-monero-cpp-in-your-project) for your system. This will ensure all dependencies are installed. Be sure to install unbound 1.19.0 to your home directory (`~/unbound-1.19.0`). +6. Modify ./external/monero-cpp/external/monero-project/src/crypto/wallet/CMakeLists.txt from `set(MONERO_WALLET_CRYPTO_LIBRARY "auto" ...` to `set(MONERO_WALLET_CRYPTO_LIBRARY "cn" ...`. 7. `./bin/build_all.sh` (install [monero-project dependencies](https://github.com/monero-project/monero#dependencies) as needed for your system) ## Running tests @@ -182,10 +182,8 @@ Compiled WebAssembly binaries are committed to ./dist for convenience, but these * [monero-java](https://github.com/monero-ecosystem/monero-java) * [monero-cpp](https://github.com/monero-ecosystem/monero-cpp) +* [haveno-ts](https://github.com/haveno-dex/haveno-ts) * [xmr-sample-app](https://github.com/woodser/xmr-sample-app) - sample web application using monero-ts -* [monerostresstester.com](https://github.com/woodser/monerostresstester.com) - repeatedly sends txs to self to stress test the network (under development) -* [monero-deposit-scanner](https://github.com/woodser/monero-deposit-scanner) - scan for incoming deposits to an address using a view key (under development) -* [monerowebwallet.com](https://github.com/woodser/monerowebwallet.com) - open-source, client-side web wallet (under development) ## License