Skip to content

๐Ÿ” https://sig.tools is a tool to enable the distributed creation and (non-custodial) management of cryptographic accounts for the Ethereum Stack.

License

Notifications You must be signed in to change notification settings

etclabscore/sig.tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ” sig.tools

๐Ÿ”

sig.tools is a tool to enable the distributed creation and (non-custodial) management of cryptographic accounts for the Ethereum Stack.
sig.tools . docs.sig.tools ยท Report Bug ยท Request Feature





๐Ÿšง sig.tools is in early development alpha. Some features are not available. This project has not been through an audit, use at your own risk, testnet usage is recommended. Give Feedback and Report Bugs.


View the Documentation

Javascript/Typescript SDK

You can interact with sig.tools via PostMessage over JSON-RPC. There is a generated sdk from this repository you can install:

npm install --save sig.tools-sdk

and use in your dapp:

import SigtoolsSDK from "sig.tools-sdk";

const sigtoolsSDK = new SigtoolsSDK({
  transport: {
    type: "postmessagewindow",
    host: "sig.tools",
    port: 443,
    protocol: "https",
  },
});

const signedResult = await sigtoolsSDK.sign(hexString, address, chainId);
console.log(signedResult);

Contributing

How to contribute, build and release are outlined in CONTRIBUTING.md, BUILDING.md and RELEASING.md respectively. Commits in this repository follow the CONVENTIONAL_COMMITS.md specification.

Resources

About

๐Ÿ” https://sig.tools is a tool to enable the distributed creation and (non-custodial) management of cryptographic accounts for the Ethereum Stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published