Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 417 Bytes

Smart Contract Design Patterns

This repository presents some of the common Solidity design patterns.

To run scripts. Try the following command:

    npx hardhat run scripts/NAME_OF_THE_SCRIPT

Only basic unit testing is implemented!

To run tests. Try the following command:

    npx hardhat test --network NETWORK_NAME

These contracts are not audited. Please use at your own risk!