Skip to content

This is Merkle Tree implementation on Solidity language

Notifications You must be signed in to change notification settings

yanikitat/MerkleTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merkle Tree

Description of smart contract

This is Merkle Tree implementation on the Solidity language. You can pass any amount of transactions (actually you can pass any strings) in the smart contract constructor. Everyone can verify that some transaction is exist in this Merkle Tree using verify method.

Stack

The smart contract is written using Solidity for the Ethereum blockchain. I used to hardhat as a development environment framework.

How to install

  • First you need to clone this repo to your machine:
    git clone https://github.com/TsigelnikovNikita/MerkleTree.git
  • Then you need to install all requirements from package.json:
    npm install
  • The last one is just compiling the contract!:
    npx hardhat compile

Unit-tests

In processing...

How to use it

In processing...

Proposal and remarks

It's just a study work. If you have any proposals or remarks please feel free and let me know about it.

About

This is Merkle Tree implementation on Solidity language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published