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.
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);
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.
- When absolutely no one can steal or return lost Ethereum Classic funds - 2017/06/16 Christian Seberino