Merge branch '096-tribute-to-talk' of https://github.com/status-im/contracts into 096-tribute-to-talk
This commit is contained in:
commit
dc162ffbb8
|
@ -16,7 +16,7 @@ Inspired by one of Satoshi Nakamoto’s 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.
|
||||
|
|
Loading…
Reference in New Issue