You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project needs to demonstrate that the technology works on public chains to prove the viability of this project. But, in order to prove the viability there are some other things which need to be considered:
long-term running of the 'Link' contract, its reliability and dependable nature
ironing out 'real world' bugs, where blocks aren't 'insta-mined' as with testrpc and ganache-cli
provide on-chain contracts and client-side code that can be used by interested third parties
do something useful
I'm choosing Ropsten and Kovan as the starting points because the Ether is free.
The text was updated successfully, but these errors were encountered:
So, this will depend on the ExampleSwap contract which performs an atomic swap between two parties on two different chains, mediated by the Lithium component and supplied proofs.
Alternatively I could bring back a separate Lock concept, which allows Ropsten Ether to be used in tokenized form on Kovan, and visa versa. e.g. you deposit Ropsten ether into a Lock contract, then supply proof of that to a RemoteEtherToken contract on Kovan which mints N tokens. After burning the tokens you can take the proof of burn back to Ropsten and supply proof to retrieve the equivalent ETH value.
May need to split this idea out into a separate ticket.
Instead of the atomic swap contract (e.g. PvP) I will use extend the token proxy example to give tokenised Ropsten ether to a friend on Kovan.
The tokenproxy.py file will need to be extended to use multiple accounts, and to take parameters from the command-line.
Currently I'm annoyed with Truffle's inability to realistically deploy anything gracefully and without vomiting on its self, so I will need to either deploy the contracts by hand (via Parity UI) or via a non-shit deployment tool.
This project needs to demonstrate that the technology works on public chains to prove the viability of this project. But, in order to prove the viability there are some other things which need to be considered:
testrpc
andganache-cli
I'm choosing Ropsten and Kovan as the starting points because the Ether is free.
The text was updated successfully, but these errors were encountered: