mirror of https://github.com/status-im/swarms.git
Update 321-teller-network.md
This commit is contained in:
parent
ce991cf984
commit
b9646e9764
|
@ -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.
|
- *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.
|
- *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
|
## Maintenance
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue