captian210 / token-splitter-contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Token Splitter & Factory Contracts

If you send Eth to this splitter contract, eth shares to registered addresses.
Also, you can create splitter contract using factory contract.

Try running some of the following tasks:

Compile

yarn compile

Test

yarn test

Run node

yarn up

Deploy to local node

yarn deploy:local

Deploy to rinkeby network

yarn deploy:rinkeby

About


Languages

Language:Solidity 55.0%Language:JavaScript 45.0%