https://ergoplatform.org/ logo
Join Discord
Powered by
# ❓│dev-support
  • s

    soysor

    05/15/2023, 11:17 AM
    Thanks
  • a

    Aberg (Satergo dev)

    05/16/2023, 8:49 AM
    Hello! Where I can find any information about this request? I'm also looking for information about Ergo transactions sending Thanks!

    https://cdn.discordapp.com/attachments/840313005064585246/1107953003782225960/file_115944.jpg▾

  • a

    Aberg (Satergo dev)

    05/16/2023, 8:55 AM
    (re @dmitriymikitenko : Hello! Where I can find any information about ...) https://github.com/ergo-pad/ergo-explorer-client/blob/28ecf52db133638ef19b10526632e522b84c9840/docs/DefaultApi.md#post_api_v1_mempool_transactions_submit https://docs.ergoplatform.com/dev/stack/basics/#sending-payments
  • a

    Aberg (Satergo dev)

    05/16/2023, 9:07 AM
    (re @Glasgow : https://github.com/ergo-pad/ergo-explorer-clie...) Unfortunately, I could not find the contents of body for request in this documentation. I am integrating Ergo blockchain support into iOS application. And I would like to implement sending using the above request.
  • g

    Glasgow

    05/16/2023, 9:11 AM
    Not sure but I'll tag some devs who might be able to help. iOS mobile code here also if it's any help. https://github.com/ergoplatform/ergo-wallet-app/tree/develop/ios/src/main/java/org/ergoplatform/ios/transactions @Luivatra @MrStahlfelge
  • l

    Luivatra

    05/16/2023, 9:30 AM
    Never used that endpoint, but nautilus submits through explorer right?
  • a

    Aberg (Satergo dev)

    05/16/2023, 10:12 AM
    (re : Never used that endpoint, but nauti...) what is nautilus?
  • a

    Aberg (Satergo dev)

    05/16/2023, 10:14 AM
    https://github.com/capt-nemo429/nautilus-wallet
  • m

    MGpai

    05/16/2023, 3:14 PM
    poor guy keeps getting links 😭
  • m

    MGpai

    05/16/2023, 3:15 PM
    nautilus is wallet browser extension for ergo
  • a

    Aberg (Satergo dev)

    05/17/2023, 3:40 PM
    Where can I ask questions about building this? https://github.com/ergoplatform/sigma-rust/tree/develop/bindings/ergo-lib-ios
  • g

    Glasgow

    05/17/2023, 3:46 PM
    There's #1073484137131950091 on Discord, or you can ping @greenhat in here if you're stuck https://discord.gg/RnBTPwE7
  • w

    wombo22

    05/17/2023, 10:42 PM
    anyone want to help setting up a simple website, help create socials, create a logo: https://discord.com/channels/668903786361651200/670288337747312646/1108470411265581076
  • m

    MGpai

    05/20/2023, 2:47 AM
    @soysor could you please detail how you mitigated front running vulnerabilities for bitdomains?
  • s

    soysor

    05/20/2023, 2:54 AM
    tl;dr before minting a name the buyer must create a "commitment" box which is then included in the txn that mints the name Describing what a valid commitment box is: https://github.com/bitdomains/contracts/blob/main/contracts/Registry/MintResolver.es#L10-L13 Validation of commitment: https://github.com/bitdomains/contracts/blob/main/contracts/Registry/MintResolver.es#L67-L82
  • m

    MGpai

    05/20/2023, 5:40 AM
    will take a look thanks!
  • m

    morphic

    05/21/2023, 10:10 AM
    hey, look at my reply in #669989266478202917
  • m

    MGpai

    05/21/2023, 2:48 PM
    thank you!
  • m

    MeHow

    05/26/2023, 6:26 PM
    guys, this is weird question
  • m

    MeHow

    05/26/2023, 6:27 PM
    but here is goes, by my understanding to make the ergos "smart contract" do something on website you need to send ergos "asset"
  • m

    MeHow

    05/26/2023, 6:28 PM
    correct me if I am wrong
  • m

    MeHow

    05/26/2023, 6:30 PM
    would it be possible to put ergo's wallet into esp32 and when you press a button then the wallet within esp32 would send ergo's "asset" via wifi via blockchain to the website with the ergo's smart contract
  • m

    MeHow

    05/26/2023, 6:30 PM
    ???
  • m

    MGpai

    05/26/2023, 9:50 PM
    Yes
  • a

    Aberg (Satergo dev)

    05/26/2023, 10:37 PM
    Depends on how much memory the Esp32 has
  • a

    Aberg (Satergo dev)

    05/26/2023, 10:37 PM
    Also not sure what you are saying about a website. The blockchain isn't a website
  • m

    MGpai

    05/28/2023, 2:34 AM
    all you do is api requests
  • t

    TerryMoore88

    05/28/2023, 10:04 AM
    Can someone please recommend me a explorer for Ergo, I’m using it to double check wallet address before I send a tx, the ErgoPlatform one isn’t working well.
  • g

    Glasgow

    05/28/2023, 10:11 AM
    https://www.ergexplorer.com/ https://sigmaexplorer.org/
  • t

    TerryMoore88

    05/28/2023, 10:12 AM
    Thank you