Skip to content
Back to Blog
Ecosystem

IOV Labs & RSK to participate in the Gitcoin Web3 World Hackathon

Read Time: 2 mins
IOV Labs & RSK to participate in the Gitcoin Web3 World Hackathon

By Sergio Lerner, Head of Innovation at IOV Labs.

IOV Labs is thrilled to participate in the Gitcoin Web3 World hackathon. This is our first time, and hopefully we’ll continue participating in both standard bounties and themed hackathons.

IOV Labs is a for-purpose organization that seeks financial inclusion through the use of blockchain technology, smart-contracts, and Bitcoin. IOV Labs supports RSK and we are working to make it The Bitcoin DeFi platform. RSK is a Bitcoin sidechain that shares the Solidity/EVM/Web3 toolchain so it’s very easy to develop dApps for RSK if you have already done so for Ethereum. The main difference is .. well.. the native coin is Bitcoin instead of Ether. But RSK is much more. 

In this hackathon, we’d like to raise interest on the internals of our RSK client, called RSKj, which is written in Java language. This client started as a fork of Ethereumj while it was still in development. During the last two years, RSKj has undergone many refactorings, extensions and protocol changes, and it is now a real pleasure to work on. Safety and efficiency were greatly improved. For example, one of the core consensus changes is that we use a different data structure for the world state. In fact, it looks more similar to Eth 2.0 sparse binary tree than to Eth 1.0 trie. It’s called the Unitrie, which is a binary trie, and it holds all accounts, code, and contract storage cells in a single tree. Plus, it holds the original unhashed keys! This makes state housekeeping activities much easier and fun. You may bump into this data structure while hacking the RSK node. Want to scan all state to retrieve all active accounts? Easy! Want to look for duplicate code? Also easy! You can read more about the Unitrie here

For this web3 world hackathon, we’ve selected 10 issues of varying difficulty and prizes. We have got more than 20K USD worth of prizes up for grabs. Are the prizes attractive? Are the issues to easy or too complex? Please tell us so we keep improving.

Some of the issues are meant for pure coders: issues such as interfacing native libraries and creating JINI bindings to improve the efficiency of the node.  A few more issues are from the innovation proposals, also known as RSKIPs. These are intended for experienced researchers and they may require you to hard fork our node to implement cool new features, such as parallel transaction processing. It’s up to you!

Finally, don’t be intimidated by code in RSKj that you’ve not seen before in Ethereum clients. These parts are well encapsulated. You’ll see the merge-mining functionality, and also the classes that manage the bridge with Bitcoin (which is similar to Ethereum’s btcrelay, but includes a fully working wallet in consensus!). We will be on hand to help you through our community channels and the Gitcoin Events Discord. Before you start coding, don’t forget to read the contribution guidelines, which are important to follow. Don’t forget to include test cases to cover all the new code.

To get started you can register for Web3 World here. If you don’t have a Gitcoin account you can create one by linking GitHub. Sign up, browse the prizes, and join the Discord to find a team if you’d like. Once you’re in Discord, the RSK team can assist with any questions on challenges you may have – check out the #rsk channel. The Gitcoin team can also assist with any Gitcoin platform questions. The hackathon will run from October 28th through November 11th at 11:59 pm ET, so don’t hesitate to dive right in!

Happy coding!

Recommended articles

Leveraging Bitcoin’s Security: Exploring the Dynamics of Merged Mining

Leveraging Bitcoin’s Security: Exploring the Dynamics of Merged Mining

By Patricio Gallardo, Researcher Engineer Merged mining, a mechanism that allows miners to contribute hashing power to multiple blockchains simultaneously, has positioned Rootstock as the most  secure and decentralized layer 2 fully aligned with Bitcoin’s technology and purpose. By leveraging Bitcoin’s robust hash rate, Rootstock also inherits strong security guarantees. While merged mining is theoretically […]

Ecosystem
BitVMX made easy: beginner’s guide with hands-on examples (Part 1)

BitVMX made easy: beginner’s guide with hands-on examples (Part 1)

By Ramon Amela, Research Engineer BitVMX is a groundbreaking technology that enables Bitcoin to validate arbitrary programs without requiring changes to the Bitcoin protocol. Understanding BitVMX can be challenging for newcomers. This guide aims to break down the core concepts with practical examples. Current state of Bitcoin Bitcoin’s transaction model is based on UTXOs (Unspent […]

Developers
AnonMarket: Revolutionizing Privacy in Predictive Markets with Rootstock’s Infrastructure

AnonMarket: Revolutionizing Privacy in Predictive Markets with Rootstock’s Infrastructure

This article is part of the series “Real stories, Real builders” where we’ll share stories from developers who have built on Rootstock—what they created, why they chose it, how their projects are growing, and their advice for developers. Developers around the world are pushing the boundaries of what’s possible on Bitcoin, and Rootstock is taking […]

Developers