Giter Site home page Giter Site logo

autonolas-contribution-service-frontend's Introduction

Contribution Service Frontend

This repository contains code for the Contribution service App frontend. Find the backend repository here.

Tech Stack

  • web3.js
  • ReactJS
  • NextJS
  • Styled-components

Installation and Setup Instructions

Clone down this repository. You will need node version ">=14" and yarn version ">=1" installed globally on your machine.

Installation:

yarn

To Start Server:

yarn dev

To Visit App:

localhost:3000

Add to Calendar and Roadmap

Calendar

To add an event to the calendar:

The event structure is as follows (all fields are required):

{
  "id": uuid – identifier – e.g. "1b7327b5-7b3b-4b90-93d0-b137b9713496",
  "title": string – event name –  e.g. "OLAS Token Deployed",
  "timestamp": string – unix timestamp – "1656584807",
  "location": string – URL or physical location – "https://etherscan.io/token/0x0001A500A6B18995B03f44bb040A5fFc28E45CB0#readContract",
  "description": string – more information about the event – "OLAS token has been deployed on the Ethereum mainnet."
}

Roadmap

To add an item to the roadmap:

The roadmap item structure is as follows (all fields are required):

{
    "title": string – item name – e.g. "Build-A-PoSe",
    "description": string – what this item is about – "This workstream implements Build-A-PoSe, a structured programme operated by the DAO to consistently deliver new Olas-owned services.",
    "imageUrl": url – path to image – "https://github.com/valory-xyz/autonolas-aip/blob/aip-2/content/imgs/Build-A-PoSe.png?raw=true",
    "link": url – path to learn more about this item – "https://github.com/valory-xyz/autonolas-aip/blob/aip-2/content/aips/core-build-a-pose.md",
    "date": string - "2023-10-13"
  }

autonolas-contribution-service-frontend's People

Contributors

davidminarsch avatar dependabot[bot] avatar dvilelaf avatar mohandast52 avatar oaksprout avatar tanya-atatakai avatar truemiller avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

adrianoval

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.