Skip to content

Commit

Permalink
added requirements and deployments section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Jul 1, 2024
1 parent fd27ec3 commit 0493be8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 <NETWORK_NAME>`

<!-- # 🏗 Scaffold-ETH 2
🧪 An open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.
Expand Down

0 comments on commit 0493be8

Please sign in to comment.