Giter Site home page Giter Site logo

kleros / erc-792 Goto Github PK

View Code? Open in Web Editor NEW
28.0 12.0 7.0 3.63 MB

Implementation of ERC 792: Arbitration Standard and tutorials for implementing arbitrable and arbitrator contracts

Home Page: https://erc-792.readthedocs.io

License: MIT License

Solidity 57.24% JavaScript 38.83% HTML 3.18% CSS 0.64% Shell 0.10%
ethereum standard arbitration kleros

erc-792's Introduction

ERC-792

The repository contains definition of ERC-792 and ERC-1497 along with some examples and sources code of documentation at https://developer.kleros.io .

erc-792's People

Contributors

0xferit avatar dependabot[bot] avatar eccentricexit avatar fnanni-0 avatar gratestas avatar hbarcelos avatar remedcu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

erc-792's Issues

Incorrect evidence parameter documentation

The docs and the IEvidence contract display an incorrect parameter documentation for the Evidence event.

* @param _evidence A URI to the evidence JSON file whose name should be its keccak256 hash followed by .json.
:

* @param _evidence A URI to the evidence JSON file whose name should be its keccak256 hash followed by .json.

The _evidence parameter should be its multihash without file extension , not its keccak256 hash followed by the extension. See ethereum/EIPs#1497.

It is acceptable to have a custom name + .json extension if the URI points to a content-addressed storage (and therefore uses multihash in the link) like as ipfs, such that the full URI looks like (for example):

  • ipfs://QmUQMJbfiQYX7k6SWt8xMpR7g4vwtAYY1BTeJ8UY8JWRs9/evidence.json
  • bzz://1e0e21894d731271e50ea2cecf60801fdc8d0b23ae33b9e808e5789346e3355e/evidence.json
  • /ipfs/QmUQMJbfiQYX7k6SWt8xMpR7g4vwtAYY1BTeJ8UY8JWRs9/evidence.json

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.