GithubHelp home page GithubHelp logo

isabella232 / tezos-defi-dapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from protofire/tezos-defi-dapp

0.0 0.0 0.0 2.74 MB

User interface with high level of deFi functionalities

License: MIT License

Shell 0.29% JavaScript 33.95% TypeScript 62.07% CSS 2.28% HTML 1.42%

tezos-defi-dapp's Introduction

CircleCI Netlify Status

Tezos DeFi DApp

Implementations for common smart contract patterns of popular DeFi applications and a user interface with high-level DeFi functionality. These implementations can be used as templates or starter kits to bootstrap new applications, therefore, greatly increasing developer productivity at the start of new projects. Checkout a demo.

Getting started

A quick introduction to the minimum setup you need to get a Tezos DeFi DApp up and running.

Sections

Home

Modal Borrow

Modal Supply

Prerequisites

To set up a development environment, follow the links below to see installation instructions.

Setting up a development environment

git [email protected]:protofire/tezos-defi-dapp.git
cd tezos-defi-dapp/
yarn install

Contracts

The contracts are located in the folder defi-contracts . For more details, you can check out the README file.

Application

The React-based application can be found in the defi-dapp folder.

Oracle

We use an Oracle only for showing the USD on the react frontend. For more information about how the oracle works you can check the oracle repository.

Exchange Rate

Currently the exchange rate is being calculated as follows

(totalDeposits + totalBorrows) / tokenSupply

You can check it in the file poolInterest.ligo. Soon we will include several changes like management of multiple assets, prices, fees, etc, and this formula will be modified.

Blog posts

We have written a series of blog posts that will guide you through the concepts of DeFi smart contracts in Tezos.

Licensing

MIT

tezos-defi-dapp's People

Contributors

cmalfesi avatar dependabot[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.