Neon-Signer - A Neo3-Signer implementation using Neon-JS
Made with ❤ by COZ.IO
npm i @cityofzion/neon-signer
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)
The usage of NeonSigner is documented in the Neo3-Signer Docs.