jjhesk / TrustVault

The decentralized trust vault controlled by the dealer and the member

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trust Vault Contract

Support v0.6+ Dealer can manage the fund on the trust vault with the given permission. It is a permission based contract.

Available features:

  1. Role permission alternation
  2. Rescan deposit
  3. Lock deposit position
  4. Unlock and release fund
  5. Deposit fee discounts

Setup contract development local paths

Please setup your local path for local transpiling LOCAL MACHINE ONLY the default path

BUILDPATH=
BUILD_DIR=
FACTORY=

Create a file named node.txt and enter the evm compiler IP address.

Sample code

demo_verify.py the sample code for verification of the signature

deploy_h.py the sample code for deployment

About

The decentralized trust vault controlled by the dealer and the member

License:MIT License


Languages

Language:Python 55.2%Language:Go 23.8%Language:TypeScript 19.1%Language:Solidity 1.2%Language:Shell 0.7%