This package has been deprecated

Author message:

This repository has been moved to @CityOfZion/neon-dappkit. Which has the same classes and methods, making migration very easy.

@cityofzion/neon-signer
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

Neon-Signer - A Neo3-Signer implementation using Neon-JS
Made with by COZ.IO

Neon-Signer

Install

npm i @cityofzion/neon-signer

Initialize NeonSigner

To use NeonSigner you should pass an account to the NeonSigner constructor. You can use the Account class from @cityofzion/neon-js to create an account.

import { NeonSigner } from '@cityofzion/neon-signer'
import {default as Neon} from '@cityofzion/neon-js'

const acct = Neon.create.account('NKuyBkoGdZZSLyPbJEetheRhMjeznFZszf')

const neonSigner: Neo3Signer = new NeonSigner(acct)

Usage

The usage of NeonSigner is documented in the Neo3-Signer Docs.

Readme

Keywords

none

Package Sidebar

Install

npm i @cityofzion/neon-signer

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

10.1 kB

Total Files

6

Last publish

Collaborators

  • ethanfast
  • hal0x2328
  • lllwvlvwlll
  • melanke
  • rockacola
  • snowypowers