Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.09 KB

TokenScript - attestation stream

This repository host the attestation stream of work under TokenScript. Discussion goes to the forum https://community.tokenscript.org/

What is attestation

See document here: http://tokenscript.org/Attestation.html

In this Repo

This repository has the following content:

paper : the paper behind the design of this project. To read it, get the PDF from releases tab: https://github.com/alpha-wallet/ethereum-attestation/releases

ethereum/lib : lib for smart contracts which uses attestations

ethereum/issuers : example smart contracts used by issuers, for example, revocation list management.

ethereum/trustlist : members of trustlists to be adopted by smart contracts

ethereum/experiments : work not in the published specifications

ethereum/example-james-squire : an example to be used in your projects which requires attestations

ERC publications

ERC's related to this stream of work are:

ERC1386, ERC1387 & ERC1388