Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 413 Bytes

Contract with waffle

This is a demostration of solidity development, compared to work with truffle.

©️ Frank Wei All Right Reserved.

How to build

yarn build # Yarn
npm run build # NPM

How to flatten my contract

It's so easy with waffle, you can just run

npx waffle flatten

to get the flattened version of your contract.

Flattened contract will be in ./flatten folder