Giter Site home page Giter Site logo

dashboard's Introduction

#Dashboard for 1out100

This repo contains the frontend of 1out100 dashboard, where u can register nfts for rewards.

Before running make appropriate changes to the config file

// Change the contract address to your address 
export const CONTRACT_ADDRESS = "0x1dA7E6d39d5E1fC09AcC26Fc4cBeE9871940B54a";

// Set the netwwork to rinkeby or fantom or any other network in NETWORKS_LIST
export const NETWORK = "rinkeby"; // "rinkeby" | "fantom"

// Make sure to put the updated abi in abi.js file
export { abi } from "./abi";

// Make sure the network u wanna deploy is in the NETWORKS_LIST object.
export const NETWORKS_LIST = {
  rinkeby: {
    chainId: "0x4",
    chainName: "rinkeby",
    nativeCurrency: {
      name: "Ether",
      symbol: "ETH",
      decimals: 18,
    },
    rpcUrls: ["https://rinkeby.infura.io/v3/"],
  },
  fantom: {
    chainId: "0xFA",
    chainName: "fantom",
    nativeCurrency: {
      name: "fantom",
      symbol: "FTM",
      decimals: 18,
    },
    rpcUrls: ["https://rpcapi.fantom.network/"],
  },
};

// Link to Minting site 
export const LINK_MINTPAGE = "https://1out100.com/mint";

// Link to Home page
export const LINK_HOMEPAGE = "https://1out100.com";

Tu run on local system follow the following steps:

  1. Clone the repo, move in to the clone directory
git clone https://github.com/SayanKar/dashboard.git
cd dashboard
  1. Install the packages, (you need to have node and npm installed)
npm install
  1. Run the app in the development mode.
npm start

Open http://localhost:3000 to view it in your browser.

dashboard's People

Contributors

sayankar avatar

Watchers

 avatar

Forkers

sayankar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.