MyGit

NemProject/nem

Fork: 29 Star: 278 (更新于 2025-12-25 00:09:16)

license: MIT

Language: Java .

number go up 💹

最后发布版本: v0.6.102 ( 2025-04-03 01:56:00)

GitHub网址

NIS client

This project contains NEM Infrastructure Server and all its dependencies. It is the simplest way to quickly build and launch a NEM node.

Package Organization

The main folders are:

Folder Content
core The core dependency.
deploy The deploy dependency.
peer The peer dependency.
nis The nis dependency.

Building the package

The package uses Apache Maven and minimum required Java SDK version to build is Java 11.

Please make sure that the Java version is 11+ by running the following command:

java -version
# should print sth similar to: openjdk version "11.0.2" 2019-01-15

Build the package as usual:

mvn package

Then check that unit tests are passing by running:

mvn test

Optionally, check if the slower integration tests are passing by running:

mvn failsafe:integration-test

Running the package

NIS nodes are configured through property files. Create a folder named staging and add any required property files inside.

Then run the node with:

java -Xms6G -Xmx6G -cp ./staging:./nis/target/libs/*:./nis/target/* org.nem.deploy.CommonStarter

Read the NEM node documentation to know more about handling NIS nodes.

Running a testnet node

Create a config-user.properties with the following properties

# update <ReplaceWithYourName> value below
cat >> staging/config-user.properties << EOF
nis.bootName = <ReplaceWithYourName>

nem.network = testnet

nis.treasuryReissuanceForkHeight = 1
nis.treasuryReissuanceForkTransactionHashes =
nis.treasuryReissuanceForkFallbackTransactionHashes =
nis.multisigMOfNForkHeight = 1
nis.mosaicsForkHeight = 1
nis.firstFeeForkHeight = 1
nis.secondFeeForkHeight = 1
nis.remoteAccountForkHeight = 1
nis.mosaicRedefinitionForkHeight = 1
EOF

Contributing

Before contributing please read the CONTRIBUTING instructions.

Getting Help

License

Copyright (c) 2014-2021 NEM Contributors, licensed under the MIT license.

最近版本更新:(数据更新于 2026-04-17 13:46:11)

2025-04-03 01:56:00 v0.6.102

主题(topics):

nem, nem-blockchain

NemProject/nem同语言 Java最近更新仓库

2026-05-09 08:37:12 SeleniumHQ/selenium

2026-05-08 11:29:21 Dev4Mod/WaEnhancer

2026-05-08 08:22:20 Atmosphere/atmosphere

2026-05-07 14:56:54 liquibase/liquibase

2026-05-07 10:10:11 vespa-engine/vespa

2026-05-06 01:52:20 plantuml/plantuml