0.0.7 • Published 6 years ago

wechatneon v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Overview

This the Neon Wallet's JS SDK for the NEO blockchain platform. It is currently in use by Neon.

Visit the docs to learn how to use this library!

Getting started

Installation

Install the package using:

npm i @cityofzion/neon-js

Build

npm run build:dev

Tests

npm run test

Docs

# Make sure you have python and pip
$ sudo -H pip install 'sphinx>=1.5,<1.6' sphinxcontrib-versioning sphinx_rtd_theme
$ sudo -H npm i -g jsdoc
$ npm run build:docs

For detailed instructions refer to docs/readme.md.

Typescript

The typescript declaration files are included (no need of any @types/...).

License