Merge branch '096-tribute-to-talk' of https://github.com/status-im/contracts into 096-tribute-to-talk

This commit is contained in:
Richard Ramos 2018-04-27 11:37:54 -04:00
commit dc162ffbb8
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Inspired by one of Satoshi Nakamotos original suggested use cases for Bitcoin
## Smart Contracts Overview
- `MessageSigned`. Helper functions for handling signatures, and recovering addresses
- `MessageTribute`. Implementation of the idea. This contract inherits from the `MessageSigned` contract, and handles the business logic behind the contract requests and token transfers.
- `MessageTribute`. Implementation of the idea. This contract inherits from the `MessageSigned` contract, and handles the business logic behind the chat requests and token transfers.
## Tutorials
@ -92,4 +92,4 @@ This function generates an event `AudienceRequested` which depending of the appr
`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.
`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.