Example project to test/compile/deploy smart contracts written in Vyper using Hardhat.
Clone the repository
git clone https://github.com/tr1sm0s1n/hardhat-vyper-example
cd hardhat-vyper-exampleInstall dependencies
pnpm installTest the contract
pnpm testDeploy the contract (edit hardhat.config.cjs to specify a network if any)
pnpm run deploy