BakaOtaku / AlgoRidge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoRidge

Live Links

Architecture

Algoridge is an oracle based bridge between algorand and avalanche.

Three main architectures are:

  • Algoridge-Avax: It contains bridge and liquidity contracts in solidity as well as the oracle interactions.
  • Algoridge-Algorand: It contains PyTeal liquidity and bridge contracts for oracle interactions.
  • Oracle solution: This script keeps in sync between the two chains to release the corresponding tokens.

Tech Stack

Smart Contracts

  • Python
  • Solidity

Frontend

  • React.js
  • RandLabs MyAlgo
  • Web3

Backend (Oracle Bot)

  • Express
  • AlgoSDK

How to set up?

Client Set Up

# git clone
cd client
docker build -t back .
docker run -p 5000:80

Setting up oracle

# git clone
cd oracle
npm i
node oracle.js

Team

Made with ❀️ and πŸ’»

About


Languages

Language:JavaScript 88.5%Language:Python 8.4%Language:Solidity 1.7%Language:HTML 1.0%Language:Dockerfile 0.4%