Skip to content

Latest commit

 

History

History
69 lines (42 loc) · 2.6 KB

README.md

File metadata and controls

69 lines (42 loc) · 2.6 KB

Preview

tribes-eth

tribes-eth is a sample Next.js project utilizing the tribes module from the hyperverse. The aim of this project is to allow users to join different tribes (or communities) and gain access to content only visible to those in that specific tribe.

💻 System Requirements

🛠 Installation

To run this project locally:

  1. In your terminal run these commands: clone the repository

    git clone https://github.com/decentology/hyperverse-mono
  2. Download all the dependencies needed to run the project by running yarn.

    yarn

    Select the example project you want to run from the apps directory and run the following command

    yarn dev

    Open http://localhost:3000 with your browser to see the result.

🏁 Testing & Running the Application

If you were successful following the Installation application, you should be greeted with the tribes home page that looks like this: tribes

Prerequisities

To be able to interact with the dapp, you need a Metmask Wallet and Rinkeby eth.

  1. Metamask

    If you do not have a metamask wallet, here is a guide you can follow on how to set up one.

  2. Rinkeby Faucets

    To get some Rinkeby eth here are some available faucets you can request from:

📌 Important Links and File Locations

Here are some links and locations of files related to tribes:

  • Rinkeby Etherscan of the contract
  • Contract code found in the repo
  • useTribe hook which is what allows us to interact and transact with the contract