metamask plugin only

This commit is contained in:
Churikova Tetiana 2018-02-28 19:25:32 +02:00
parent a4e901cb43
commit 6d86bba938
2 changed files with 3 additions and 1 deletions

View File

@ -3,5 +3,7 @@
- [Testing guide](testing.md) - [Testing guide](testing.md)
- [Troubleshooting](cookbook.md) - [Troubleshooting](cookbook.md)
- [Deployment flow](deployment_flow.md) - [Deployment flow](deployment_flow.md)
- [Development workflow](development_workflow.md)
- [Deployment flow](deployment_flow.md)
- [Payout flow](payout_flow.md) - [Payout flow](payout_flow.md)
- [Common sync issues](sync_issues.md) - [Common sync issues](sync_issues.md)

View File

@ -8,7 +8,7 @@ For testing you will need:
* a web browser (Chrome is known to work, testing with others appreciated) * a web browser (Chrome is known to work, testing with others appreciated)
* an Ethereum account on the Ropsten testnet * an Ethereum account on the Ropsten testnet
* a Github account with administrative access to one or more repositories * a Github account with administrative access to one or more repositories
* for approving bounty payouts you will additionally need access to an Ethereum wallet. So far, Mist and [MetaMask](https://metamask.io/) have been used, but anything that provides the web3 javascript interface should work. * for approving bounty payouts you will additionally need access to an Ethereum wallet. ([MetaMask](https://metamask.io/) plugin)
The developers can be reached on the `#openbounty` channel in the [Status slack](http://slack.status.im/). The developers can be reached on the `#openbounty` channel in the [Status slack](http://slack.status.im/).