From b9646e976495bce842eb141d987ccf1a1b65f3b1 Mon Sep 17 00:00:00 2001 From: Nabil N <32269875+naghdy@users.noreply.github.com> Date: Mon, 4 Feb 2019 08:03:56 -0500 Subject: [PATCH] Update 321-teller-network.md --- ideas/321-teller-network.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ideas/321-teller-network.md b/ideas/321-teller-network.md index 13973e4..7892af8 100644 --- a/ideas/321-teller-network.md +++ b/ideas/321-teller-network.md @@ -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