Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

gskril/ethback

Repository files navigation

Web app that allows DAOs to easily reimburse their voters for gas fees

  1. Ask for an ERC20, start block and end block
  2. Create an array of object with the following structure of votes from the params in step 1:
{
  address: '0x1234',
  amount: 0.1,
}
  1. Build a transaction with all of the voters and amounts from step 2 using disperse.app

Getting Started

First, enter your Sort API key to .env.example and rename it to .env.

Then, install dependencies and run the development server:

yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Allow DAOs to easily reimburse their voters for gas fees

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •