SolidState integration with the LayerZero cross-chain messaging protocol.
This project is built with SolidState. See the solidstate-solidity documentation for information about contract integration and testing.
npm install --save-dev @solidstate/layerzero-client
# or
yarn add --dev @solidstate/layerzero-clientInstall dependencies via Yarn:
yarn installSetup Husky to format code on commit:
yarn prepareCompile contracts via Hardhat:
yarn run hardhat compileTest contracts with Hardhat and generate gas report using hardhat-gas-reporter:
yarn run hardhat testGenerate a code coverage report using solidity-coverage:
yarn run hardhat coverageA static documentation site can be generated using hardhat-docgen:
yarn run hardhat docgen