First Ergo Hackathon

We are thinking about organizing a hackathon, likely in May. The topic would be " Completing the Basics ", so improving basic infrastructure needed for building the DApps, (also, to profit from them)

The following topics are proposed:

  • Improvements to ErgoScript (not all the ErgoTree features are projected into it)
  • Improvements to Ergo AppKit (basic library for constructing transactions and building offchain logic on top of for Java and JVM languages)
  • Improvements to Ergo Node Interface and - Ergo Headless dApp Framework (basic library for constructing transactions and building offchain logic with Rust)
  • Ergo Crowdfunding apps/UI
  • Visual tool for constructing multi-signatures (could be a good first step for visual tools to construct more complex scripts)
  • Tokenization schemes
  • Tools for NFTs
  • Applications for data notarization and names registration
  • Stealth addresses pool implementation
  • Applications on top of mixer API
  • More data connectors for the oracle pools
  • Private swaps with other chains on Schnorr signature (Bitcoin Cash, Litecoin (?), Komodo (?))

Everyone participating will be rewarded for delivering anything that is improving thecurrent state of the ecosystem. More details on rewards and prizes will be provided later.

11 Likes

so some research algorithms are vital for later expansion of platforms. this is an example on eth Projects on Dune

and also a strong explorer is needed. I found this very user friendly https://rvn.cryptoscope.io/

2 Likes

I just got here from the Ergo blog post, is this is still happening? discord group perhaps? I can help with setup if needed.

Very excited to participate :smiley:

2 Likes

Ya this is happening, marketing is working on a few things for it, looking forward to more of info myself :sunglasses:

3 Likes

Make more available exchanges added to wallet if possible will be great + Ergo Virtual credit card in the wallet that can be unlocked over 10,000-5000 Ergo , now that will be EPIC :wink: :green_apple:

A screenshot for motivation :sun_with_face::sunglasses:

2 Likes

I have released the first version of Ergo-JDE (GitHub - ergoplatform/ergo-jde).

The hackathon topics could also include some tasks related on JDE such as:

  1. Improve JDE documentation
  2. Create scripts for xyz, where xyz can be any of the following (and more):
    • Improved stable coin and reserve coin minting (current scripts don’t check reserve ratio, so post conditions for the same can be added)
    • Oracle pool operations such as data point submission and collection
    • Ergo-Dex transactions
  3. Improve JDE to add missing capabilities such as:
    • Looping constructs
    • Aggregate operations such as sorting
3 Likes