All Projects → kleros → kleros

kleros / kleros

Licence: MIT license
Kleros smart contracts

Programming Languages

solidity
1140 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to kleros

court
The Kleros court user interface.
Stars: ✭ 19 (-90.64%)
Mutual labels:  court, dispute-resolution, odr
ampleforth-contracts
Smart contracts for Ampleforth Protocol (working name uFragments)
Stars: ✭ 238 (+17.24%)
Mutual labels:  protocol, smart-contracts
Set Protocol Contracts
🎛 Set Protocol Smart Contracts
Stars: ✭ 151 (-25.62%)
Mutual labels:  protocol, smart-contracts
Purple
Official Rust implementation of the Purple Protocol
Stars: ✭ 85 (-58.13%)
Mutual labels:  protocol, smart-contracts
ethereum-crowdsale
0xcert protocol crowdsale contracts for Ethereum blockchain.
Stars: ✭ 15 (-92.61%)
Mutual labels:  protocol, smart-contracts
Merkletreejs
🌱 Construct Merkle Trees and verify proofs in JavaScript.
Stars: ✭ 238 (+17.24%)
Mutual labels:  protocol, smart-contracts
Protocol
⛓ Dev Protocol is an open source middleware for creator's sustainability.
Stars: ✭ 56 (-72.41%)
Mutual labels:  protocol, smart-contracts
baseline
The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and distributed ledger technology to enable confidential and complex coordination between enterprises while keeping data in systems of record. This repo serves as the main repo for the Baseline Protocol, containing core packages, examples, and r…
Stars: ✭ 565 (+178.33%)
Mutual labels:  protocol, smart-contracts
Credits
Credits(CRDS) - An Evolving Currency For An Evolving Society
Stars: ✭ 14 (-93.1%)
Mutual labels:  protocol, smart-contracts
haal
Hääl - Anonymous Electronic Voting System on Public Blockchains
Stars: ✭ 96 (-52.71%)
Mutual labels:  protocol, smart-contracts
ipfs-companion
Browser extension that simplifies access to IPFS resources on the web
Stars: ✭ 1,745 (+759.61%)
Mutual labels:  protocol
ERC884-reference-implementation
An Interface and Reference Implementation of the ERC-884 DGCL Token.
Stars: ✭ 42 (-79.31%)
Mutual labels:  smart-contracts
MqttAndroidExample
An example Android app using MQTT protocol
Stars: ✭ 19 (-90.64%)
Mutual labels:  protocol
nat-api
↔️ Fast port mapping with UPnP and NAT-PMP
Stars: ✭ 22 (-89.16%)
Mutual labels:  protocol
PlasmaContract
More Viable Plasma (MoreVP) contract with Limbo Exits
Stars: ✭ 26 (-87.19%)
Mutual labels:  smart-contracts
wayland-explorer
Easily browse and read Wayland protocols documentation
Stars: ✭ 78 (-61.58%)
Mutual labels:  protocol
JeChain
Node for JeChain - an experimental smart contract blockchain network
Stars: ✭ 177 (-12.81%)
Mutual labels:  smart-contracts
thesoliditydev
Solidity exercises
Stars: ✭ 18 (-91.13%)
Mutual labels:  smart-contracts
SwiftArchitectureWithPOP
A base architecture written in swift and protocol oriented, for building new apps easily and quickly
Stars: ✭ 28 (-86.21%)
Mutual labels:  protocol
blockstarter
This is a white label solution to create a contribution crypto-wallet that can be used in your ICO campaign.
Stars: ✭ 21 (-89.66%)
Mutual labels:  smart-contracts

Kleros

JavaScript Style Guide Build Status Tested with Truffle Coverage Status Conventional Commits Commitizen Friendly Styled with Prettier

Kleros core smart contracts.

Get Started

  1. Clone this repo.
  2. Run yarn to install dependencies and then yarn run build to compile the contracts.

Scripts

  • yarn run prettify - Apply prettier to the entire project.
  • yarn run lint:sol - Lint the entire project's .sol files.
  • yarn run lint:js - Lint the entire project's .js files.
  • yarn run lint:sol --fix - Fix fixable linting errors in .sol files.
  • yarn run lint:js --fix - Fix fixable linting errors in .js files.
  • yarn run lint - Lint the entire project's .sol and .js files.
  • yarn test - Run the truffle tests.
  • yarn run cz - Run commitizen.
  • yarn run build - Compile contracts.

Contributing

See CONTRIBUTING.md.

Learn how to develop arbitrable and arbitrator contracts here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].