Skip to content
forked from nuls-io/nuls-v2

Official Java implementation of the NULS protocol

License

Notifications You must be signed in to change notification settings

Anas202065/nuls-v2

 
 

Repository files navigation

NULS 2.0

Welcome to NULS!

Introduction

NULS is a blockchain infrastructure that provides customizable services and is also a global open-source community blockchain project. NULS adopts micro-services to achieve a highly modular underlying architecture, using smart contracts and cross-chain technologies, combined with the ability of Chain Factory to quickly build chains, reduce development costs, and accelerate blockchain business application landing.

Getting Started

test

Download Release

Download URL: RELEASES

Running NULS 2.0

Bootstrap

Execute the following command:

./start

Check Status

It takes a certain amount of time to start. You can get the startup status with the following command:

./check-status

Note: The command will automatically end when all modules are started.

Executables

Command Command
start Start the program and start all NULS modules one after another.
shutdown Stop the program and stop all NULS modules one after another.
check-status Check the running status of all modules; stop screen output when all modules are successfully started

Docker Quick Start

Stay tuned

Explorer and Web Wallet

Explorer URL: http://beta.nulscan.io/

Web Wallet: http://beta.wallet.nuls.io/

ChainBox Tutorial

Please check the following documents:

https://docs.nuls.io/NULS2.0/chainBoxGuide.html

Debug

Stay tuned

Configuration

Stay tuned

Interfaces

Stay tuned

Modules Description

Please check the following documents:

https://docs.nuls.io/Docs/c_module.html

Note: Some documents are in the process of being updated, so please understand if there are some inconsistencies.

Contribution

Contributions to NULS are welcomed! We sincerely invite developers who are experienced in the blockchain field to join the NULS technology community. Details: https://nuls.community/d/9-invitation-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.

License

Nuls is released under the MIT license. Modules added in the future may be released under a different license specified in their module library path.

Community

test

About

Official Java implementation of the NULS protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%