Graviton Hackathon Essentials#

This page helps you to get started with Concordium for the Graviton hackathon June 14 - 28, 2023.

With a total of $100K in bounties and grants, it is the largest Concordium hackathon ever held. You can sign up and read more about the bounties and timelines on the hackathon website.

Focus areas for this hackathon are:

  • Decentralized Finance (DeFi)

  • Decentralized Identities

  • Web3 Experiences (DAO Tools, Gaming, Mobile dApps, etc)

Workshop Sessions#

Join our free workshop sessions before the hackathon starts.

  • 13th June @ 09:30 CET - Introduction to Concordium and Rust Programming, and Setting up your first smart contract on Concordium

  • 14th June @ 09:30 CET - Setting up the Browser Wallet and your first Concordium dApp

For information about how to watch the workshops live, see the hackathon website. The materials from the workshop sessions are available on GitHub.

Recordings from previous workshops can be watched here:

Quick guide#

These setup steps are explained in detail here. An overview of the developer documentation will help you to find the topics that you are interested in.

Note

There is a public Concordium testnet node available at node.testnet.concordium.com on port 10000 (GRPCv1) and port 20000 (gRPCv2 and gRPC-web). You can also run your own node, but that will take some time to catch up to the newest blocks and thereby be usable.

You can check that you have access to the node by executing the command:

$concordium-client consensus status --grpc-port 20000 --grpc-ip node.testnet.concordium.com

The command will return a list of values relevant to the consensus if you have a connection to the Concordium testnet node.

DApp examples#

An overview of different dApp examples is available to get started.

Concordium Academy#

You can go through the tutorials at Concordium Academy to learn even more about the Concordium blockchain and earn badges.

Was this article helpful?
Legal information