Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@toruslabs/torus-embed

Package Overview
Dependencies
Maintainers
3
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toruslabs/torus-embed

Embed script for Torus

  • 0.2.13
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7.6K
decreased by-14.64%
Maintainers
3
Weekly downloads
 
Created
Source

Torus Embed — New Frictionless login for Dapps

This module generates the javascript to include in a DApp via a script tag. It creates an iframe that loads the Torus page and sets up communication streams between the iframe and the DApp javascript context.

Please refer to docs for API Reference available here.

Installation

Torus is meant for gradual adoption from the start. You can use Torus as a web3 provider dynamically (on demand) or by default.

  • As a script tag

    Include the script tag into the body of your index.html, this will include torus into the page and override any other web3 providers that are present.

  • As a package on npm

    npm install @toruslabs/torus-embed
    

    This approach would ensure that you can,

    • use torus only if the user agrees to (by selecting from a choice of providers).
    • use torus by default if no other web3 providers are present.

    Please refer to the examples folder for details on usage using dynamic import.

Rehydration

Torus uses window.sessionStorage to store user details.

So, if the user reloads the page, all his data would be rehydrated and the user doesn't need to log in.

The samples provided in the examples folder illustrate the above case.

Build

Ensure you have a Node.JS development environment setup:

git clone https://github.com/torusresearch/torus-embed.git
cd torus-embed
npm install
npm run build

To run tests:

npm run test:e2e:headful
npm run test:build-embed

entry-point: index.js

License

torus-embed is MIT Licensed

Keywords

FAQs

Package last updated on 06 Feb 2020

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