@etclabscore/signatory-core
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @etclabscore/signatory-core

Weekly Downloads

0

Version

1.0.1

License

Apache-2.0

Unpacked Size

227 kB

Total Files

68

Last publish

Collaborators

  • devonwesley
  • zcstarr
  • belfordz
  • shanejonas