Skip to content

Commit aa24512

Browse files
author
alcueca
committed
Link to Forward trust article
1 parent 4d78dd6 commit aa24512

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_sidebar.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- [Developers](/developers/ "Yield Protocol Docs | Developers")
1313
- [Addresses](/developers/addresses.md "Yield Protocol Docs | Addresses")
1414
- [Smart Contract Overview](/developers/smart_contracts_overview.md "Yield Protocol Docs | Smart Contract Overview")
15+
- [Feature Building](/developers/feature_building.md "Yield Protocol Docs | Feature Building")
1516
- [Governance](/developers/governance.md "Yield Protocol Docs | Governance")
1617
- [Emergencies](/developers/emergencies.md "Yield Protocol Docs | Emergencies")
1718
- [Technical Reference](developers/technical_reference/)

developers/feature_building.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Feature Building
2+
3+
Features for the Yield Protocol are built by combining a series of contract calls in a `batch` that will be executed through the Ladle.
4+
5+
This is a page under construction. For an overview of the pattern used please refer to [this article](https://hackernoon.com/using-the-forward-trust-design-pattern-to-make-scaling-easier).
6+
7+
[Edit this page](https://github.com/yieldprotocol/docs-v2/edit/main/developers/feature_building.md)

0 commit comments

Comments
 (0)