vncoelho / neon-js

Javascript libraries that allow the applications to interact with NEO blockchain

Home Page:https://cityofzion.io/neon-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neon-js

Neon JavaScript SDK.

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

We use Docusaurus for our docs website. The docs are stores in ./docs while the main website and its configuration is in ./website.

cd website
npm install
npm run start

Typescript

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

License

About

Javascript libraries that allow the applications to interact with NEO blockchain

https://cityofzion.io/neon-js

License:MIT License


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:CSS 0.1%