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

@marigold-dev/deku-tester

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@marigold-dev/deku-tester

Test several aspects of deku

  • 0.1.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
4
Weekly downloads
 
Created
Source

Deku e2e tester

This tester can test some aspect of the deku-c blockchain:

  • invokation
  • origination
  • are node sync ?
  • are node making progress ?
  • ticket transfer
  • ticket deposit
  • ticket withdraw
  • is deku updating the state root hash of the consensus contract ?

I don't recommend to run the ticket tests in parralel, except if you use different secret in every tests.

Requirement:

  • node18 for execution

How to run ?

If you are working in the deku monorepo, you will have to the following commands:

yarn install # At root position
cd deku-c/client
yarn build
cd ../../examples/tests
yarn build

Then you can run the help of the tests to check everything.

node dist/index.js --help

If you want some precise help on a command:

node dist/index.js <command> --help

FAQs

Package last updated on 21 Dec 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