io.nuls.network-module:network-storage

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

Categories

Categories

Net
GroupId

GroupId

io.nuls.network-module
ArtifactId

ArtifactId

network-storage
Last Version

Last Version

0.9.11
Release Date

Release Date

Type

Type

pom
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download network-storage

How to add to project

<!-- https://jarcasting.com/artifacts/io.nuls.network-module/network-storage/ -->
<dependency>
    <groupId>io.nuls.network-module</groupId>
    <artifactId>network-storage</artifactId>
    <version>0.9.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.nuls.network-module/network-storage/
implementation 'io.nuls.network-module:network-storage:0.9.11'
// https://jarcasting.com/artifacts/io.nuls.network-module/network-storage/
implementation ("io.nuls.network-module:network-storage:0.9.11")
'io.nuls.network-module:network-storage:pom:0.9.11'
<dependency org="io.nuls.network-module" name="network-storage" rev="0.9.11">
  <artifact name="network-storage" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.nuls.network-module', module='network-storage', version='0.9.11')
)
libraryDependencies += "io.nuls.network-module" % "network-storage" % "0.9.11"
[io.nuls.network-module/network-storage "0.9.11"]

Dependencies

compile (3)

Group / Artifact Type Version
io.nuls.db-module : db jar 0.9.11
io.nuls.network-module : network jar 0.9.11
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Nuls

Welcome to Nuls!

Introduction

Nuls is a global blockchain open-source project which is a highly customizable modular blockchain infrastructure.
It consists of a microkernel and functional modules.
Nuls provides smart contract, multi-chain mechanism and cross-chain consensus.
It aims to break the technical barriers of blockchain, to reduce the cost of development, and to promote the usage of blockchain technology in the commercial field.

Project Features

  • Modular design
  • Parallel chains
  • Smart contract
  • POC consensus mechanisms

To learn more about us, visit nuls.io.

Contributing to Nuls

Contributions to Nuls are welcomed! We sincerely invite developers who experienced in blockchain field to join in NULS technology community. Details: s: https://nuls.communimunity/d/9-recruitment-of-community-developers To be a great community, Nuls needs to welcome developers from all walks of life, with different backgrounds, and with a wide range of experience.

Getting Started

Requirements

Operating System
Nuls is based on the Java and you can choose your favorite OS.

Dependencies SDK
JDK:JDK 1.8
Maven:Maven 3.3+
IDE: Any one you like

JetBrains IntelliJ IDEA is recommended, but we do not rovoke the IDE war.

Code style guide

Use Alibaba Java Coding Guidelines @Github.

recommend use IDE plugin lint code. wiki

Branch Description

mainnet: main network wallet code
testnet : test network wallet code
master : main branch, the latest version available,Can be used for technical research. develop : branch in development
Others : other branches are designed according to gitflow

Getting Sources

git clone https://github.com/nuls-io/nuls.git && cd nuls

Building Sources

Make sure installed JDK 1.8 & maven 3.3+

$ mvn -v
Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T02:33:14+08:00)
Maven home: /usr/local/Cellar/maven/3.5.4/libexec
Java version: 1.8.0_171, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre

Build

$ mvn clean package

You may be need add command line argument "-Dmaven.test.skip=true" at this stage.

Running

$ mvn clean package
$ cd client-module/client/target
$ mkdir nuls-node
$ tar -zxvf nuls-node.tar.gz -C nuls-node
$ cd nuls-node/bin

Using start.sh running the nuls process.
Using stop.sh stop the nuls process.

Using IDE run or debug need execute command "mvn install" first.

Process EntryPoint

nuls/client-module/client/src/main/java/io/nuls/client/Bootstrap.java

License

Nuls is released under the MIT license.
Modules added in the future may be release under different license, will specified in the module library path.

Community

io.nuls.network-module

Versions

Version
0.9.11