0.4.159-0 • Published 4 months ago

@cubist-labs/cubesigner-sdk-ethers-v6 v0.4.159-0

Weekly downloads
-
License
MIT OR Apache-2.0
Repository
github
Last release
4 months ago

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.

0.4.149-0

5 months ago

0.4.128-0

7 months ago

0.4.107-0

10 months ago

0.4.88-0

11 months ago

0.4.110-0

10 months ago

0.4.86-0

11 months ago

0.4.112-0

9 months ago

0.4.114-0

9 months ago

0.4.135-0

7 months ago

0.4.156-0

5 months ago

0.4.133-0

7 months ago

0.4.154-0

5 months ago

0.4.131-0

7 months ago

0.4.152-0

5 months ago

0.4.159-0

4 months ago

0.4.115-0

9 months ago

0.4.117-0

8 months ago

0.4.119-0

8 months ago

0.4.97-0

11 months ago

0.4.122-0

8 months ago

0.4.147-0

5 months ago

0.4.143-0

6 months ago

0.4.141-0

6 months ago

0.4.93-0

11 months ago

0.4.104-0

10 months ago

0.4.129-0

7 months ago

0.4.106-0

10 months ago

0.4.108-0

10 months ago

0.4.87-0

11 months ago

0.4.89-0

11 months ago

0.4.155-0

5 months ago

0.4.153-0

5 months ago

0.4.83-0

12 months ago

0.4.137-0

7 months ago

0.4.121-0

8 months ago

0.4.98-0

11 months ago

0.4.125-0

8 months ago

0.4.102-0

10 months ago

0.4.140-0

6 months ago

0.4.78-0

1 year ago

0.4.76-0

1 year ago

0.4.74-0

1 year ago

0.4.72-0

1 year ago

0.4.68-0

1 year ago

0.4.65-0

1 year ago

0.4.63-0

1 year ago

0.4.54-0

1 year ago

0.4.53-0

1 year ago

0.4.32-0

1 year ago

0.4.24-0

1 year ago

0.4.21-0

1 year ago

0.3.29

2 years ago

0.3.28

2 years ago

0.3.27

2 years ago

0.3.26

2 years ago

0.3.25

2 years ago

0.3.23

2 years ago

0.3.19

2 years ago

0.3.13

2 years ago

0.3.11

2 years ago

0.3.8

2 years ago

0.3.1

2 years ago