• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • dx1@lemmy.worldtomemes@lemmy.worldEtherium logo finally makes sense
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    15 hours ago

    Yes, work. Smart contracts are designed, programmed and, if they’re done right, rigorously audited for correctness. Then you have user-facing interface and everything surrounding that as well. Look at the documentation of AAVE, for one example.

    And this isn’t even getting into the protocol level (L1 or L2) work either. Bitcoin was relatively simple, Ethereum is not. They’ve spent years crafting these systems to function for PoS, L2 support, sharding, rollups, etc., at scale.


  • dx1@lemmy.worldtomemes@lemmy.worldEtherium logo finally makes sense
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    21 hours ago

    Yes, for the limited subset of ERC20s or whatever you describe as “ponzicoins”. Things that actually do nothing, particular not doing anything more than L1 cryptos but “this is yet another token”, are not really adding any value. But I would be really surprised if you can name any more complex contracts than ERC20s (or ERC721s), which is where the work in the space actually goes.


  • I reckon most of that already is. A real estate escrow smart contract is maybe 200-300 lines long in Solidity, depending of course on what it supports (contingencies and such). You may want to actually go look around, because there’s I don’t know how many millions of lines of Solidity already written. It doesn’t all get as much publicity as NFTs.



  • Also they have some smart contract capabilities which I suppose Ethereum people think are important. But I’ve never seen any practical use for that stuff.

    Anything you need complicated multi-party interactions for that you want guarantees on. Real estate escrow comes to mind first. Depository accounts with yield. An immutable archive of records. Multi-signature corporate treasuries. Whatever. It’s programmable money. It’s not even necessarily monetary, because smart contracts can just deal with arbitrary data.

    Never impressive to see a technical audience shit all over Ethereum for internet points. By far the least scammy crypto people have actually dedicated years into building something real on.