|
|
|
|
|
by brabel
1680 days ago
|
|
Why do you think that I am being snarky? I thought it was the very first question anyone would ask?! If you can't even do this basic thing that only devs would use (hence I assume it to be a much easier first target to get working as they are technical and can jump through hoops if necessary), then I imagine there's very few things you can make work, currently? That said, it's nice to see there's some serious work going into this new stuff... driven by a non-profit foundation https://radicle.foundation/ , that does make me take it more seriously, I will check it out. |
|
Of course, any interactions with the blockchain directly (calling methods of deployed smart contracts, or transferring tokens), are decentralized, but if you want to verify the source code of the contract you're interacting with, the most convenient way again involves relying on a centralized service (etherscan or similar for other blockchains), while the decentralized way would involve downloading the contract source yourself, compiling it, and comparing that with what's on the blockchain.