Skip to content

Commit

Permalink
update repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 27, 2024
1 parent 5b87c09 commit a46ea22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,4 +1,4 @@
[submodule "external/monero-cpp"]
path = external/monero-cpp
url = https://github.com/monero-ecosystem/monero-cpp.git
url = https://github.com/woodser/monero-cpp.git
ignore = dirty
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -150,16 +150,16 @@ Compiled WebAssembly binaries are committed to ./dist for convenience, but these
2. `cd emsdk`
3. `git pull && ./emsdk install 3.1.10 && ./emsdk activate 3.1.10 && source ./emsdk_env.sh`
4. `export EMSCRIPTEN=path/to/emsdk/upstream/emscripten` (change for your system)
2. Clone monero-ts repository: `git clone --recursive https://github.com/monero-ecosystem/monero-ts.git`
2. Clone monero-ts repository: `git clone --recursive https://github.com/woodser/monero-ts.git`
3. `cd monero-ts`
4. `./bin/update_submodules.sh`
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`).
5. Build the monero-cpp submodule (located at ./external/monero-cpp) by following [instructions](https://github.com/woodser/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

1. Clone the project repository: `git clone https://github.com/monero-ecosystem/monero-ts.git`
1. Clone the project repository: `git clone https://github.com/woodser/monero-ts.git`
2. `cd monero-ts`
3. Start RPC servers:
1. Download and install [Monero CLI](https://web.getmonero.org/downloads/).
Expand All @@ -180,8 +180,8 @@ Compiled WebAssembly binaries are committed to ./dist for convenience, but these

## Related projects

* [monero-java](https://github.com/monero-ecosystem/monero-java)
* [monero-cpp](https://github.com/monero-ecosystem/monero-cpp)
* [monero-java](https://github.com/woodser/monero-java)
* [monero-cpp](https://github.com/woodser/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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description": "A TypeScript library for using Monero",
"version": "0.9.5",
"license": "MIT",
"repository": "https://github.com/monero-ecosystem/monero-ts",
"repository": "https://github.com/woodser/monero-ts",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a46ea22

Please sign in to comment.