Awesome
BTT Examples
A collection of examples for Branching Tree Technique, which is a simple specification framework for writing structured Solidity tests.
The first step is to define a tree structure in a .tree
file. Then, use
Bulloak to scaffold a skeleton Solidity file. Finally, write your tests.
VSCode
The following VSCode extensions are not essential but they are recommended for a better user experience:
- Tree: syntax highlighting for
.tree
files - Ascii Tree Generator: convenient way to generate ASCII trees
Other Examples
BTT in the wild:
- Sablier V2 Core
- Sablier V2 Periphery
License
This project is licensed under MIT.