Skip to content

Commit

Permalink
update architecture diagram, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 14, 2021
1 parent 7b62b6b commit 167d0a3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.4.1)
#SET(CMAKE_CXX_COMPILER /path/to/cpp/compiler)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -std=c++11 -F/Library/Frameworks -pthread")

project(MoneroJavaJni)
project(monero-java-jni)

#############
# System
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ walletFull.close(true);
## Documentation

* [Javadoc](https://moneroecosystem.org/monero-java/)
* [JUnit tests](src/main/test/java/test)
* [API and model overview with visual diagrams](http://moneroecosystem.org/monero-java/monero-spec.pdf)
* [JUnit tests](src/main/test/java/test)
* [monero-javascript documentation](https://github.com/monero-ecosystem/monero-javascript#documentation) provides additional documentation which translates to monero-java

## Using monero-java in your project
Expand Down
Loading

0 comments on commit 167d0a3

Please sign in to comment.