This repository contains the monorepo for the hardhat-kadena
plugin, along with example projects demonstrating its usage in both JavaScript and TypeScript.
📖 For more details, check out the plugin README.
First, install the dependencies:
pnpm install
pnpm build
Run tests for the JavaScript example:
pnpm test
Run tests for the TypeScript example:
pnpm test-ts