From 0c69ec3190a673d0469934bef79b25edb509aea7 Mon Sep 17 00:00:00 2001 From: 0xcentur1on Date: Fri, 25 Aug 2023 09:59:13 -0300 Subject: [PATCH] docs: add glossary --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd46b84..97ca03f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Project to explain what is, how to setup, and interact with Maker DAO VAT Smart Contract. -The example projects are based on Foundry Forge Dewiz Template. +This document is based on [DAI Glossary](https://github.com/makerdao/dss/wiki/Glossary) and +[Maker Protocol 101](https://drive.google.com/file/d/1VtGV8Ct2iBO8WjWsjFYLg5DnwlGmetSp/view?pli=1) + +The example projects are based on Foundry Forge Dewiz Template and Maker DAO DSS codebase. ## Enviroment Setup