From 0493be863631ae19bb375cfffcbd79d362230212 Mon Sep 17 00:00:00 2001 From: Jacob Homanics Date: Mon, 1 Jul 2024 12:23:22 -0500 Subject: [PATCH] added requirements and deployments section to README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 87497b5..7b2459c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ An open-source toolkit used to quickly and easily deploy your own Reputation & Roles smart contracts along with a decentralized application to interact with them. +## Requirements + +Mac or Linux OS. Windows Subsystem for Linux on Windows OS. + ## Quickstart [Quickstart Tutorial Video](https://www.youtube.com/watch?v=-XbTq4sp37Q&t=3s) @@ -69,6 +73,14 @@ On the home page, you should see many colorful and variable cards and widgets wh By navigating to the `Debug Contracts` page, you can interact with and view the properties of your deployed Reputation System! +### Deployments + +To deploy to the default network (typically locahost): +`yarn deploy` + +To deploy to a specific network: +`yarn deploy --network ` +