1.4.2 • Published 6 months ago
@notabene/verify-proof v1.4.2
@notabene/verify-proof
This package provides functionality to verify ownership proofs for the Notabene SDK.
Description
The @notabene/verify-proof package is designed to work with the Notabene SDK, offering methods to verify various types of ownership proofs used in blockchain transactions and identity verification.
Installation
npm install @notabene/verify-proofor
yarn add @notabene/verify-proofUsage
Here's a basic example of how to use the verifyProof function:
import { verifyProof } from '@notabene/verify-proof';
import { OwnershipProof } from '@notabene/javascript-sdk';
async function checkProof(proof: OwnershipProof) {
const verifiedProof = await verifyProof(proof);
console.log(verifiedProof.status);
}Supported Proof Types
- Checkbox Confirmation (
ProofTypes.CheckboxConfirmation) - Screenshot (
ProofTypes.Screenshot) - Personal Sign EIP191 (
ProofTypes.PersonalSignEIP191) - Personal Sign EIP712 (
ProofTypes.PersonalSignEIP712) - Personal Sign BIP137 (
ProofTypes.PersonalSignBIP137) - Personal Sign XPUB (
ProofTypes.PersonalSignXPUB) - Micro Transfer (
ProofTypes.MicroTransfer)
Development
To set up the development environment:
- Clone the repository
- Install dependencies:
yarn install - Run tests:
yarn test
Scripts
yarn dev: Start development serveryarn build: Build the projectyarn lint: Run linteryarn test: Run tests
Dependencies
@notabene/javascript-sdk: Notabene JavaScript SDKviem: Ethereum utility librarybitcoinjs-message: Bitcoin message signing and verification
License
This project is private and not publicly licensed.
Author
Pelle Braendgaard
1.2.0
9 months ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
1.4.0-next.1
9 months ago
1.0.7
10 months ago
1.4.2
6 months ago
1.0.6
12 months ago
1.4.1
7 months ago
1.3.2
9 months ago
1.0.5
12 months ago
1.4.0
8 months ago
1.3.1
9 months ago
1.0.4
12 months ago
1.3.0
9 months ago
1.1.2
9 months ago
1.0.3
1 year ago
1.2.0-next.1
9 months ago
1.3.3-next.1
9 months ago
1.3.0-next.1
9 months ago
1.1.2-next.1
9 months ago
1.0.0-preview.6
1 year ago
1.0.0-preview.7
1 year ago
1.0.0-preview.4
1 year ago
1.0.0-preview.3
1 year ago
1.0.0-preview.2
1 year ago