Socket
Book a DemoInstallSign in
Socket

@cubist-labs/cubesigner-sdk-ethers-v6

Package Overview
Dependencies
Maintainers
3
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubist-labs/cubesigner-sdk-ethers-v6

Ethers.js v6 Signer implementation

latest
Source
npmnpm
Version
0.4.175-0
Version published
Weekly downloads
482
-19.67%
Maintainers
3
Weekly downloads
 
Created
Source

ethers.js v6 Signer implementation for CubeSigner TypeScript SDK

This package exposes a single Signer class which implements the ethers.js v6 AbstractSigner interface, offloading all signing tasks to a remote CubeSigner service.

Simple example usage

import * as cs from "@cubist-labs/cubesigner-sdk";
import { Signer } from "@cubist-labs/cubesigner-sdk-ethers-v6";
import { ethers } from "ethers";

...
// Create new Signer given a key/account address and CubeSigner session object
// (with permissions to sign with this key):
const signer = new Signer(keyAddress, cubeSignerSession);

// Sign transaction as usual:
await signer.signTransaction({
    to: "0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b",
    value: ethers.parseEther("0.0000001"),
});
...

Check out the @cubist-labs/cubesigner-sdk NPM package for more details on how to create signer sessions.

FAQs

Package last updated on 04 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.