1.0.2 • Published 1 year ago

m3tering-ed25519 v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Warp M3tering Plugin - Ethers

This plugin attaches verify from the @stablelib/ed25519 library v1.0.3 to the SmartWeave global object.
It can be then used inside the contract like this:

const provider = new SmartWeave.extensions.ed25519.verify(...);

Installation

yarn add warp-m3tering-plugin-ed25519

import { Ed25519Extension } from 'warp-m3tering-plugin-ed25519';
import { WarpFactory } from 'warp-contracts';

const warp = WarpFactory.forMainnet().use(new Ed25519Extension());

Requires warp-contracts SDK ver. min. 1.2.30.

1.0.2

1 year ago

1.0.1

1 year ago