UNPKG

@andreas-timm/create-contract-template

Version:

Contract (EVM) development and maintain system template.

26 lines (21 loc) 451 B
# Contract template Contract (EVM) development and maintain system template. ## Create a contract development project with this template ```bash bun create @andreas-timm/contract-template [<destination>] ``` - Documentation: [Bun Templating](https://bun.sh/docs/cli/bun-create) ## Tech stack: - Bun - Viem - Hardhat - Cucumber ## Features - Typed config - Gherkin tests workspace on viem - Deployment - Management ## Test ```bash bun run test ```