1.0.3 • Published 12 months ago

@veive/mod-sign-as v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Veive SCA Sign Module

This package provides the interface and implementation for a signature validation module that adds functionality to the Veive smart account on the Koinos blockchain. Inspired by the ERC-7579 standard, it focuses on validating signatures to ensure the authenticity of transactions. The ModSign module is invoked through the is_valid_signature method of the smart account.

Installation

To install the package, use npm or yarn:

npm install @veive/mod-sign

Usage

Importing the Package

First, import the necessary components from the package:

import { ModSign } from '@veive/mod-sign';

Scripts

Build

To compile the package, run:

yarn build

Dist

To create a dist, run:

yarn dist

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.