Skip to content

Contracts used to store fingerprints of user contribution information and credential information of Submission data

Notifications You must be signed in to change notification settings

codatta/submission-data-fingerprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

submission-data-fingerprint

The contract is used to store fingerprints of user contribution information and credential information of Submission data, in order to ensure data verifiability and immutability.

Features

  • Store: Store fingerprints of user contribution information and credential information of Submission data.
  • Retrieve: Retrieve data of a user or of a specified submission id.

Usage

Dependencies

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Contract Call

Enter the directory script/

cd script

Configuration

Copy .env from .env.example, edit .env

SUBMITTER_PRIVATE_KEY='' # the private key of the submitter

Execute

python fingerprint.py

Help

$ forge --help
$ anvil --help
$ cast --help

About

Contracts used to store fingerprints of user contribution information and credential information of Submission data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published