This guy was testing some kind of CrossChain-swap smartcontract. So I started looking for transactions to see how he was interacting with it. This is what I found In the payload:
Here we can see that this SC it the Ethereum side of a two phase bigger program that end in Hyperledger Fabric. But if we scroll more...
Looks like the hyperledger side is a ERC20-EUR demo for or from Oracle. Quite interesting.
Just found another similar contract that is even older.
This tx that initiated the crosschain swap is 825 days old 🧐🧐
By the way, this is the Ropsten testnet, which is already deprecated, but they still allow us to check the tx that were made.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
In the previous thread we saw that we can do basic transactions through different DLTs with simple Overledger API calls.
Today we are going to level Up a little bit and make some cool interactions with a SmartContract.
Follow me... 👉🏻 ....🚣🏻♂️ 🌊🌊🌊 🏰
First we should know what a smarcontract is.
Quite simple, its just a set of rules that are programmed into the blockchain. Imagine I want to create my new Shiba2000 token, I need a Smartcontract that allows me to Mint/Burn/Transfer/Rugpull those tokens.
Firstly, I want to make this clear, I'm not a professional programmer, just a Telecommunications Student that has been interacting and playing with the programming material Quant has given us.
LET’S BEGIN 👇🏻
- QUANT SDK -
Not many people know that Quant has a GitHub profile, where they show publicly some programming stuff they have designed for us to interact with.