@bitfinity-network/bridge
v1.2.0
Published
The Javascript Bitfinity EVM bridge SDK
Downloads
5
Readme
The Javascript Bitfinity EVM bridge SDK
EVM Bridge JS Client package for interacting with the bridge related canisters and performing bridging operations.
Setup
Clone the repository
yarn install
yarn dev # during development
yarn build # production build
Tests
All the tests is written with vitest. Before running the test you need to ensure that you have to the bridging environment running.
cp .env.sample .env
IS_TEST=true # in the .env