Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veriblock/nodecore
https://github.com/veriblock/nodecore
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/veriblock/nodecore
- Owner: VeriBlock
- License: other
- Created: 2019-04-05T19:26:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:15:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-02T21:36:40.267Z (about 1 month ago)
- Language: Kotlin
- Size: 6.5 MB
- Stars: 12
- Watchers: 7
- Forks: 16
- Open Issues: 72
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting started
Compiling the VeriBlock packages requires the Java 8 JDK from Oracle.
### Building from the command line
The following commands are for Mac/Linux. For Windows, use the .bat variants
To perform a full build, run the following
./gradlew clean build
#### Open Source Tooling
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications.
YourKit is the creator of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/),
[YourKit .NET Profiler](https://www.yourkit.com/.net/profiler/),
and [YourKit YouMonitor](https://www.yourkit.com/youmonitor/).![yourkit logo](https://www.yourkit.com/images/yklogo.png)
#### FAQ
1. IDEA can't see class VeriBlockMessages (class is too large).
* Step 1: Open the menu item: «Help» → «Edit Custom Properties»
* Step 2: Set the parameters:
idea.max.intellisense.filesize=999999
idea.max.content.load.filesize=200000
* Step 3: Restart IntelliJ IDEA.