Code Monkey home page Code Monkey logo

getline's Introduction

getline build status

Getline Network

This is the main repository for the Getline Distributed P2P Lending Platform.

Public deployment

For a work-in-progress webapp compatible with Metamask, see demo.getline.in.

Additionally, if you're developing your own application we invite you to use our 0.api.getline.in/ metabackend endpoint for easy access to the latest and versioned smart contracts. Keep in mind that the service on port 443 is currently only a gRPCWeb-compatible endpoint and might cause problems for normal gRPC

This repository

We are currently under heavy development.

Structure is as follows:

  • dapp/ - Solidity smart contracts for loans.
  • frontend/ - Frontend webapp.
  • metabackend/ - Loan metadata and bytecode cache server.
  • getline.ts/ - Official client library in Typescript.
  • pb/ - Protobuf definitions for the metabackend API.

We also have some supporting directories:

  • vendor/ - vendorified dependencies, currently for the metabackend only
  • production/ - Dockerfiles and Kubernetes description files for hosting the metabackend

API

We highly recommend using getline.ts for interacting with Getline from external code.

Otherwise, you are free to call smart contract methods and the metabackend via gRPCWeb.

Versioning

As Getline is currently in proof-of-concept phase on Rinkeby, we do not plan on keeping any stable API before a mainnet release.

Once we reach version 1.0.0, we will provide API versioning at the following levels:

  • getline.ts - Forwards and backwards compatible API for all externel objects, semver major bump otherwise.
  • Smart contracts - Versioned by ABI, with all versions of smart contracts sources, bytecode and ABI definitions provided by the metabackend.
  • Protobufs - Forwards and backwards compatible wire format for all messages and RPC calls, semver major bump otherwise.

Development

All development and issue tracking happens on this repository. Pull requests are welcome, but keep in mind that this is a very fast moving codebase.

For dev chat, please join our rocketchat on #dev.

getline's People

Contributors

q3k avatar balinskia avatar ritave avatar d42 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.