New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lukso/lsp6-signer.js

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lukso/lsp6-signer.js

Helper Library to allows to sign an LSP6 `executeRelayCall()` calldata

  • 0.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

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

👀 🧑‍🏫

FAQs

Package last updated on 07 Oct 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc