@ont-community/ontology-ts-sdk-trezor
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Trezor extension for Ontology blockchain TypeScript SDK

Overview

This is an extension of Ontology TypeScript SDK adding the support for managing private keys on Trezor Hardware wallet.

Installation

Required Tools and Dependencies

Developing and Running

Execute these commands in the project's root directory:

Setup:

Install yarn

For faster building process and development experience install Yarn

npm install --global yarn

Download

git clone 'https://github.com/OntologyCommunityDevelopers/ontology-ts-sdk-trezor.git'

Development build

This will build the extension with minimum polyfilling for better debug experience.

yarn build:dev

Production build

yarn build:prod

Trezor support

Trezor allows communication with the Trezor Bridge v2 only from https://*.trezor.io page and Node environment, therefore it is not usable from web pages. But it is usable from Web extensions using WebRequest API.

To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is is not yet in official firmware.

Built With

Authors

License

This project is licensed under the ISC License - see the LICENSE.md file for details

Acknowledgments

Many thanks to the whole Ontology team, who done a great job bringing Ontology to life.

Readme

Keywords

none

Package Sidebar

Install

npm i @ont-community/ontology-ts-sdk-trezor

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

7.9 MB

Total Files

25

Last publish

Collaborators

  • backslash47