Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Repository files navigation

Custom Warp Contracts Plugins

This is a monorepo that includes all the M3tering custom warp plugins and examples.

Installation

yarn add m3tering-ed25519
yarn add m3tering-ethers

Usage

All you need to do is import the plugin as you normally do with packages installed with npm or yarn.

import{WarpFactory}from"warp-contracts";import{EthersExtension}from"m3tering-ethers";import{Ed25519Extension}from"m3tering-ed25519";constwarp=WarpFactory.forMainnet().use(newEthersExtension());

You can cascade the plugins (use multiple plugins) like this,

constletwarp=WarpFactory.forMainnet().use(newEthersExtension()).use(newEd25519Extension());

Check the example folder for example usage.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages