0.1.1-alpha.2 • Published 1 year ago

@verifi/verifi.js v0.1.1-alpha.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

sx.js

Running integration tests

Tests are run using anvil and starknet-devnet local nodes and you need to have them available before running.

Running sx-evm tests

You need to have anvil running to run sx-evm tests. Start it using yarn node:evm.

yarn test:integration:evm

Running sx-starknet tests

You need to have both anvil and starknet-devnet running to run sx-evm tests. Start them using yarn node:evm and yarn node:starknet.

yarn test:integration:starknet