Skip to content

Instantly share code, notes, and snippets.

View DavidMinarsch's full-sized avatar

David Minarsch DavidMinarsch

View GitHub Profile
@DavidMinarsch
DavidMinarsch / rewards.py
Created April 25, 2024 17:00
Calculating dev rewards on Olas
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# ------------------------------------------------------------------------------
#
# Copyright 2023 Valory AG
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
@DavidMinarsch
DavidMinarsch / keybase.md
Created November 29, 2020 16:29
keybase.md

Keybase proof

I hereby claim:

  • I am davidminarsch on github.
  • I am david_enim (https://keybase.io/david_enim) on keybase.
  • I have a public key ASCqfl0U0-e7bHlt1ctjRMlHTVreXuW5O1LIXX7wZHBYeQo

To claim this, I am signing this object:

@DavidMinarsch
DavidMinarsch / ProofOfExistence.sol
Last active January 31, 2019 10:01
ProofOfExistence Contract in dev-bootcamp-2019/final-project-DavidMinarsch
pragma solidity ^0.5.0;
// File: zos-lib/contracts/Initializable.sol
/**
* @title Initializable
*
* @dev Helper contract to support initializer functions. To use it, replace
* the constructor with a function that has the `initializer` modifier.
* WARNING: Unlike constructors, initializer functions must be manually