Skip to content

cubist-labs/CubeSigner-Snap

Repository files navigation

CubeSigner Snaps

This repository hosts the CubeSigner Snap and a demo site using the snap to sign transactions across different chains (EVM, Solana, and Bitcoin).

CubeSigner is a hardware-backed, non-custodial platform for securely managing cryptographic keys. The CubeSigner Snap uses the CubeSigner TypeScript SDK to let your MetaMask users sign transactions on EVM-based chains like Ethereum, Avalanche, and Polygon, and on non-EVM chains like Bitcoin and Solana.

To use the snap you need a CubeSigner account: contact us to get started.

CubeSigner background

The Cubist team built CubeSigner to address the key security vs key availability tradeoff: right now, many teams are forced to keep keys available in memory and therefore exposed to attackers, or try to keep keys safe—usually only at rest—at serious latency and engineering cost. CubeSigner addresses this problem by giving developers low-latency access to hardware-backed key generation and signing. During each of these operations, CubeSigner safeguards their users' keys in HSM-sealed Nitro Enclaves—combining cold wallet security with hot wallet speed and simplicity.

Right now, the CubeSigner Snap supports signing for EVM chains like Ethereum and Avalanche, and non-EVM chains Bitcoin and Solana. Support for more chains and more features is in the works!

You can watch the CubeSigner Snap used with our demo site here:

cubesigner-snap.mp4

Getting Started

Prerequisites

  • Install Node.js v19

  • Log into your CubeSigner organization using the cs command-line tool, e.g.,

    cs login [email protected] --env '<gamma|prod|...>'

Build

npm install
npm run build

Run Tests

npm test

Accessing the Snap

  1. Start the snap

    npm -C packages/snap run start
  2. Start the demo website

    npm -C packages/site run start
  3. Navigate to http://localhost:8000 and connect to MetaMask.

  4. Click the Log into CubeSigner button

    The CubeSigner Snap will display a dialog to let you enter your CubeSigner signer session token. (Never paste your session token anywhere else!)

    To generate a new token for an existing role, run the following command from your terminal:

    cs token create --purpose "Snap demo" --role-id $ROLE_ID --output base64

    Copy the token and paste it into the snap dialog (and then clear your clipboard).

    You are now logged in and can sign and send transactions with the keys the token gives you access to!

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT-0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE2
MIT-0
LICENSE.MIT0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages