Socket
Book a DemoInstallSign in
Socket

@etclabscore/signatory-core

Package Overview
Dependencies
Maintainers
4
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@etclabscore/signatory-core

A transaction and message signer for the Ethereum Stack.

latest
npmnpm
Version
1.0.1
Version published
Maintainers
4
Created
Source

Signatory Core

A transaction and message signer for the Ethereum Stack.

Installation

npm install @etclabscore/signatory-core --save

Usage

import { methods as signatoryFactory, MemoryStorage } from "@etclabscore/signatory-core";


const signatoryCore = signatoryFactory(new MemoryStorage());

const run = await () => {
  const accounts = await signatoryCore.listAccounts();
  console.log("accounts: ", accounts);
}

run();

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.

FAQs

Package last updated on 15 May 2020

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