TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15003 · Jul 28

#java#nem#nem_blockchain You can quickly build and run a NEM node using the NIS (NEM Infrastructure Server) project, which includes all necessary parts like core, deploy, peer, and nis modules. To build it, you need Java 11 or higher and Apache Maven. After building and testing, configure your node by placing property files in a folder named "staging" and start the node with a Java command allocating at least 6GB RAM. You can also set up a testnet node by creating a specific config file. This setup helps you run and manage a secure NEM blockchain node efficiently, supporting blockchain validation and network participation. Detailed docs and community support are available for help. https://github.com/NemProject/nem

Results

2 similar posts found

Search: #sublimetext

当前筛选 #sublimetext清除筛选
JJ.ai (NFA)🪽

@jsmjsmxyz · Post #980 · 02/25/2020, 01:00 PM

#blog#java#sublimetext ✍️macOS 配置 JAVA 开发环境 思路很简单: - 用brew一把梭安装JDK - 配置环境变量 - 配置Sublime Text 🍺brew一把梭 brew update && brew install java && java -version 📖文章地址 🕊️ viaChannel @GoogoCC