The pull request should be described here
- Describe here your pull request modifications
- It could be more than one thing
- Run both
ganache-cli
- Enter into the bridge directory and run all the tests
- Go to bridge directory
$~ cd bridge
- Run all the tests
$~ npm run test
Expected Result
- Run the first ganache-cli
$~ npm run ganache
- Open another shell and run the ganache mirror
$~ npm run ganache-mirror
- Go to the federator directory
$~ cd ../federator
- Run the integration test
$~ npm run integrationTest
Expected Result
- Run the integration test
$~ npm run integrationTest
Expected Result
- [] Lint is clean
npm run lint
- [] Test is passing
npm run test
- [] Contracts are compiling
npm run compile
- [] Lint is clean
npm run lint
- [] Test is passing
npm run test
- [] Typescript is compiling
npm run build