Skip to content

vmtree/chainlink-vmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verifiable Merkle Trees

Summary

VMTrees use merkle trees combined with cryptographic proof for a variety of use cases such as anonymous airdrops, governance voting and privacy mixers. Utilizing Chainlink's Decentralized Oracle Network, computation happens off chain which solves the problem of high gas fees.

Chainlink Spring 2022 Hackathon Submission Video

Link to VMTree Web Site

Table of Contents

Description

(What the project is and what's the point of it)

Proof of Concept

Architecture

On chain solidity contracts call the VMT external adapter via Chainlink's Decentralized Oracle Network.

Smart Contracts

Solidity Repo

Describe contracts

External Adapter

Adapter Repo

Describe VMT adapter and components, dependencies, etc.

Front End

The web site front end was created with Next.js + Moralis + ChakraUI and is deployed using Vercel.

Link to VMTree Web Site

Link to Site Github Repo.

Back End

Architecture of VMTree components

Diagram