Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 529 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 529 Bytes

Clave 4337 Contracts

Clave 4337

Disclaimer

This repository is unaudited and should not be used in production. Use at your own risk.

Project structure

  • /contracts: smart contracts.
  • hardhat.config.ts: configuration file.

Commands

  • npx hardhat compile will compile the contracts, typescript bindings are generated automatically.

Official Links