/connex-impl-test

Implementation test for @vechain/connex

Primary LanguageTypeScript

Connex Implementation Test

This is a BDD test for connex client implementation.

Requirements

  • Running under TestNet
  • Connex.Vendor needs user to interact (Signing should be complected in 40 seconds or it will fail)
  • 0x7567d83b7b8d80addcb281a71d54fc7b3364ffed need to be added to wallet

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.