enochgroot / hd-split

Contract to split ETH and tokens amongst folks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HDSplit

This contract creates an immutable list of addresses and percentages and accepts any token or ETH sent to the contract. It has one function, push() that allows any ward to push funds to each address in the list in proportion with its corresponding percentage.

Building and Testing

Install dapp.tools

Install deps

dapp update

Build

make clean
make

Test

make test

About

Contract to split ETH and tokens amongst folks

License:GNU General Public License v3.0


Languages

Language:Solidity 99.0%Language:Makefile 1.0%