Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: Compute Dashboard & Claiming Application #83

Open
wants to merge 11 commits into
base: Compute-Dashboard
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Morpheus Claim Page - Check Rewards, Claim Rewards, or Get Reward Balance

This project was designed to ensure an efficient, simple and aesthetic claim process for MOR rewards for Code and Capital Contributors.

## How to run:

In the project directory, you can run:

### 1. Install Necessary Dependencies:
`npm install`

### 2. `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.


### 3. `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

### 4. `info.json` Explained:
```
{
"contract_address": "0x47176B2Af9885dC6C4575d4eFd63895f7Aaa4790", // Distribution.sol Contract
"token_address": "0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86", // MOR Arbitrum Token Address
"ether_fee": "0.001" // Fixed Ether mint fee suggested my Morpheus AI
}
```

- Resources: [MOR Rewards Claiming Guide](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/FAQs%20%26%20Guides/Guides/MOR/Mainnet/MOR%20Rewards%20Smart%20Contract%20Claim%20Guide.md#how-to-claim-rewards)
Loading