Create a simple blockchain project by truffle + typescript
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
This project is inspired from Typechain truffle-v5 example.
Debugging EVM solidity project is always a pain when writing "JS" test script.
The video here is to guid you through how to use Turrfle framework with typescript.
Just clone the boilderplate and yarn install
the dependancy. And we are ready to go.
pre-requisition
- Install npm dependencies:
- Generate types:
Typechain generate transpiled associated files
- Run local EVM on localhost
- Execute test script
- Exectue migration script
- Delete all auto generated transpiled files/folders (migrations/ test/ types/ build)
Reference - Smart contract flow
General flow
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Smart contract overview
Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
Check it through draw.io