Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 816 Bytes

NULS Javascript SDK

Build Status

Introduction

NULS SDK has been designed as a modular multi package javascript library that allows you to handle every day blockchain related tasks, like managing an account, make transfers, stake nuls in some consensus node, or interact with some smart contract building an awesome decentralized application.

Getting Started

All the packages are distributed under the @nuls.io namespace. You should install NULS SDK packages as local dependencies in your project:

# In your existing project root folder
$ npm i @nuls.io/core @nuls.io/account @nuls.io/transaction

Documentation

https://CCC-NULS.github.io/nulsjs/