Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 819 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 819 Bytes

Official Resolutio Smartcontract Project

FVM Mainnet Deployed Smart Contract Addresses:

ArbiterWhiteLister Contract Address:

0x6A0a62FE073AC284fc5A65adD1EfC49C5Cb92eCf

DisputeInitiation Contract Address:

0x1C7ae75372Ea517A9D41ecDe5Da5d4c816477563

Decision NFT Contract Address:

0xC476BD43d8ae7Ba3784169AcEABd2ad6664b52c1

NOTE

For test purposes, the stake amount for any process within the contract is 0.02 Link (or 20000000000000000 wei) This amount has to be staked when

  • Creating a dispute as a user
  • Joining a dispute as an arbiter

//Todo

  • When dispute contract is initialized, create a default dispute with value 0 as disputeid
  • (FE): Send appropiate error message when user rejects a transaction from metamask
  • Add check so that an arbiter cannot join a dispute that he created✅