open-bounty/contracts
Rob Culliton d9bb04036d
single click bounty revocation
2018-05-01 20:26:45 -04:00
..
ERC20.sol Revert "Improved Multisig" 2017-11-10 09:46:04 +02:00
MultiSigFactory.sol Revert "Improved Multisig" 2017-11-10 09:46:04 +02:00
MultiSigStub.sol Revert "Improved Multisig" 2017-11-10 09:46:04 +02:00
MultiSigTokenWallet.sol Revert "Improved Multisig" 2017-11-10 09:46:04 +02:00
README.md single click bounty revocation 2018-05-01 20:26:45 -04:00
TestToken.sol add test token 2017-08-20 15:33:28 -03:00
TokenReg.sol Revert "fix warnings in contracts" 2017-11-10 09:45:18 +02:00
build.sh single click bounty revocation 2018-05-01 20:26:45 -04:00

README.md

OpenBounty Contracts

This directory contains all the underlying smart contracts used by the OpenBounty platform.

-- A script build.sh is part of this directory and can be used to -compile the contracts and copy Java interfaces into src/java/.

In order to run the script the following dependencies have to be met:

solc

Solidity compiler 0.4.15 is required and needs to be in $PATH. Detailed installation instructions for various platforms can be found in the official Solidity documentation.

brew install https://raw.githubusercontent.com/ethereum/homebrew-ethereum/de1da16f7972a899fc8dd1f3f04299eced6f4312/solidity.rb
brew pin solidity

web3j

Web3j 2.3.0 is required and the command line tools need to be in $PATH. Installation instructions for the command line tools can be found in the Web3j Command Line Tools documentation.

brew install https://raw.githubusercontent.com/web3j/homebrew-web3j/881cf369b551a5f2557bd8fb02fa8b7b970256ca/web3j.rb
brew pin web3j