Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 535 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 535 Bytes

Smart Contracts Template

A smart contracts development template by Commmon Prefix.

Installation

yarn install 

Testing

# forge tests
yarn test

# hardhat tests
yarn test:hardhat

Development Notes

Whenever you install new libraries using Foundry, make sure to update your remappings.txt file by running forge remappings > remappings.txt. This is required because we use hardhat-preprocessor and the remappings.txt file to allow Hardhat to resolve libraries you install with Foundry.