1.0.8 • Published 1 year ago

warp-contracts-plugin-ethers v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.8-beta.0

1 year ago

0.0.1-test

2 years ago

0.0.1-beta

2 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago