1.0.8 • Published 3 months ago

warp-contracts-plugin-ethers v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Warp Contracts Plugin - Ethers

This plugin attaches the ethers.utils from the ethers library to the SmartWeave global object.
It can be then used inside the contract like this:

const address = SmartWeave.extensions.ethers.utils.verifyMessage(message, signature);

Installation

yarn add warp-contracts-plugin-ethers

import { EthersExtension } from 'warp-contracts-plugin-ethers';
import { WarpFactory } from 'warp-contracts';

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

Requires warp-contracts SDK ver. min. 1.2.30.

1.0.8

3 months ago

1.0.8-beta.0

4 months ago

0.0.1-test

1 year ago

0.0.1-beta

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago