Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 830 Bytes

installation.md

File metadata and controls

43 lines (29 loc) · 830 Bytes
id title
installation
Installation

Install

To install

npm install @cityofzion/neon-js

or

npm install @cityofzion/neon-core

This will give you the release that is compatible for the neo3 mainnet and testnet.

Note For most use-cases, we recommend neon-js. Do not use neon-js and neon-core in the same project. The classes are not cross-package compatible. See #850.

Node

Support policy is to support the maintainence and LTS versions of Node. At the time of writing, this is:

  • Node 12
  • Node 14
  • Node 16

Web

Both neon-core and neon-js are packaged for the web. Use script tags:

<script src="https://unpkg.com/@cityofzion/neon-js@next"></script>

The library will be loaded under the variable Neon.