Git Product home page Git Product logo

isabella232 / alice-v1-monorepo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alice-si/alice-v1-monorepo

0.0 0.0 0.0 4.96 MB

Alice 1.0 protocol monorepo - donation platform and various smart contracts for V1 of Alice

Home Page: https://donationsapp.alice.si

License: GNU General Public License v3.0

Solidity 2.95% JavaScript 47.76% Shell 0.19% Dockerfile 0.07% HTML 36.34% CSS 12.70%

alice-v1-monorepo's Introduction

Alice monorepo

Overview

This is the top-level monorepo for Alice donations platform and other projects. Please refer to individual projects' README files for detailed description.

We are currently in the process of upgrading to Alice v2. Please see here for more details: https://github.com/alice-si/alice-v2-monorepo

Building

You should have Yarn installed.

After you have cloned the repo, you should install dependencies with yarn.

Then, navigate to the project of interest and follow the instructions in its README file.

GraphQL API

We offer public access to projects, outcomes and donations data. GraphQL endpoint is opened on

You can check our graphql schema

GraphQL example queries

# It queries all available data about projects
{
  allProjects {
    code
    title
    charity
    validator
    status
    _outcomes {
      _id
      title
      description
      costPerUnit
    }
  }
}

# It queries donations for the selected project
{
  getDonations(projectCode: "save-from-abuse") {
    _id
    amount
    createdAt
  }
}

alice-v1-monorepo's People

Contributors

alexalice avatar dependabot[bot] avatar dhenpadilla avatar jakub-wojciechowski avatar kodek16 avatar raphael-mazet avatar stickler-ci avatar stickler-ci[bot] avatar

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.