Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

CityOfZion/neo3-signer

Repository files navigation

⚠️ This repository has been moved to @CityOfZion/neon-dappkit

Which has the same classes and methods, making migration very easy.


Neo3-Signer - A declarative Signing Spec.
Made with ❤ by COZ.IO

Neo3-Signer

Neo3-Signer is a specification of how clients can interact with different signer libraries such Neon-JS or WalletConnect. Taking advantage of the declarative nature of the specification, the same code can be used with different signer libraries.

Install

npm i @cityofzion/neo3-signer

Documentation

Checkout the auto-generated Docs based on the Code.

Neon-Signer

Neon-Signer is a library that implements the Neo3-Signer specification and uses Neon-JS as the signer library. It should be used when the dApp developer doesn't need a wallet input from the final user.

Checkout the Docs

Other Implementations

Any library can implement the Neo3-Signer specification, if you have an implementation, please create a PR to update this list.