Skip to content

Commit

Permalink
hardhat -> foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
frolic committed Jun 9, 2022
1 parent 6d84164 commit 5a13eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is the frontend of your project. It's built on [Next.js](https://nextjs.org

### contracts

This is where your smart contracts live. They're written in [Solidity](https://docs.soliditylang.org/) using [Hardhat](https://hardhat.org/) to compile, test, and deploy. Types are generated with [TypeChain](https://github.com/dethcrypto/TypeChain).
This is where your smart contracts live. They're written in [Solidity](https://docs.soliditylang.org/) using [Foundry (forge & cast)](https://book.getfoundry.sh/) to compile, test, and deploy. Types are generated with [TypeChain](https://github.com/dethcrypto/TypeChain).

### subgraph

Expand Down

0 comments on commit 5a13eca

Please sign in to comment.