Socket
Socket
Sign inDemoInstall

0xsequence

Package Overview
Dependencies
Maintainers
1
Versions
508
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

0xsequence

Sequence: simple & powerful Ethereum development library and Web-based smart wallet


Version published
Weekly downloads
3K
decreased by-22.82%
Maintainers
1
Weekly downloads
 
Created
Source

0xsequence

Install

yarn install 0xsequence

Running Browser E2E Tests

The 0xsequence top-level package also contains e2e tests which run in a headless chrome browser.

You can run the test suite directly from console with a single yarn test, or you can boot up the typescript compiling server (yarn test:server) and ethereum test node (yarn start:hardhat) manually in separate terminals, and then run a specific test directly from your browser instance by visiting the path:

  • http://localhost:9999/{browser-test-dir}/{test-filename}.test.html
  • ie. tests/browser/wallet-provider/dapp.test.ts is accessible via: http://localhost:9999/wallet-provider/dapp.test.html

From CLI

yarn test

From Browser

  1. yarn test:server -- in one terminal, to start the webpack server compiling typescript
  2. yarn start:hardhat -- in another terminal, to start hardhat local ethereum test node
  3. open browser to http://localhost:9999/{browser-test-dir}/{test-filename}.test.html for example, http://localhost:9999/wallet-provider/dapp.test.html

FAQs

Package last updated on 25 Jan 2021

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