0.1.0 โ€ข Published 2 years ago

@lukso/lsp6-signer.js v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

lsp6-signer.js ยท GitHub license npm version PRs Welcome

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