@neutron-org/neutronjsplus
v2.0.0
Published
[](https://badge.fury.io/js/@neutron-org%2Fneutronjsplus)
Keywords
Readme
Neutron Helpers
@neutron-org/neutronjsplus is an npm package designed to facilitate working with the Neutron blockchain and contracts. It includes a set of helpers and utilities that allow for quick and easy interaction with the Neutron Network.
Installation
Install the package using npm:
npm install @neutron-org/neutronjsplusor using yarn:
yarn add @neutron-org/neutronjsplusFeatures
- Contracts management;
- Sending and receiving transactions;
- Interaction with the Neutron blockchain, and much more.
Version compatibility
| Neutron | Neutronjsplus | |---------|---------------| | < 2.0.0 | < 0.1.0 | | 2.0.0 | 0.1.0 | | 3.0.0 | 0.3.0 | | 4.0.0 | 0.5.0 | | 10.0.0 | 1.0.0 | | 11.0.0 | 2.0.0 |
Usage Example
TODO
License
neutronjsplus is distributed under the Apache-2.0 license. See the LICENSE file in the repository for details.
Rebuilding types
npm run buildPublishing
Publish a stable release as latest:
# package.json version: X.Y.Z
npm publish --access public --tag latestPublish a release candidate as next:
# package.json version: X.Y.Z-rc.N
npm publish --access public --tag nextYou can safely check the release content using
npm pack --dry-run 2>&1 | less