This package has been deprecated

Author message:

Renamed to eip191-signer.js - https://www.npmjs.com/package/@lukso/eip191-signer.js

@lukso/lsp6-signer.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

lsp6-signer.js · GitHub license npm version PRs Welcome

@lukso/lsp6-signer.js

Helper library to sign a transaction

For more information see Documentation.

Getting Started

The @lukso/lsp6-signer.js package is used to sign an LSP6 Execute Relay Call transaction.

This library will add the \x19Execute Relay Call:\n prefix to a message and sign it.

The LSP6 ExcuteRelayCall prefix is used instead of the standard Ethereum transaction prefix to sign messages so that an executeRelayCall transaction cannot be inadvertently signed when signing an Ethereum signed message.

Install

npm install @lukso/lsp6-signer.js

Setup

import { LSP6Signer } from '@lukso/lsp6-signer.js';

const lsp6Signer = new LSP6Signer();

Contributing

Please check CONTRIBUTING.md.

License

lsp6-signer.js is Apache 2.0 licensed.

Contributors

Magali Morin
Magali Morin

💻 ⚠️
Fabian Vogelsteller
Fabian Vogelsteller

🤔
Callum Grindle
Callum Grindle

👀 🧑‍🏫
Hugo Masclet
Hugo Masclet

👀 🧑‍🏫

Readme

Keywords

none

Package Sidebar

Install

npm i @lukso/lsp6-signer.js

Weekly Downloads

0

Version

0.1.0

License

Apache-2.0

Unpacked Size

68.4 kB

Total Files

24

Last publish

Collaborators

  • lukso-network
  • frozeman