1⃣
Install Router CrossTalk
Install Router CrossTalk into your solidity development environment by running the following command in your terminal:
npm install @routerprotocol/router-crosstalk
or if you prefer yarn, use:
yarn add @routerprotocol/router-crosstalk
Recommended testing framework to use with Router CrossTalk: Hardhat or Truffle
Last modified 9mo ago