Update 321-teller-network.md

This commit is contained in:
Nabil N 2019-02-04 08:03:56 -05:00 committed by GitHub
parent ce991cf984
commit b9646e9764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -83,6 +83,11 @@ The following smart contracts were created for the initial sprint of Teller Netw
- *License*: allows an address to act as a seller inside the tellet network. Acquiring a license requires N amount of SNT which is set by the controller of the contract (which should be a multisig, and later, a DAO component like Topic Democracy. A license can be released after a period of time and the SNT used to obtain the license will be returned to the user.
- *Escrow*: Allows a seller to send an amount of ether or a number of ERC20 tokens and have them held by the contract and later released to the buyer. Current implementation is naive and does not have arbitrage. A buyer can rate a transaction after it's released.
#### Feb 4th Update
- Event Sourcing & Persistence solution (watermelon)
- Liquid-funding is in the implementation phase. ETA is by the end of Q1.
- Contracts are deployed on Rinkeby testnet. Client side data persistence + DB is implemented which gives the dapp much faster load times and flexible querying capabilities for the data generated by LF.
## Maintenance
TODO