Skip to content

A general purpose Ethereum smart Contract that splits the ethers sent to two persons, created using Truffle, Solidity.

Notifications You must be signed in to change notification settings

haseebehsan/splitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

splitter

A general purpose Ethereum smart Contract that splits the ethers sent to two persons

Goal: goal of the contract was to create:

You will create a smart contract named Splitter whereby:

there are 3 people: Alice, Bob and Carol we can see the balance of the Splitter contract on the web page whenever Alice sends ether to the contract, half of it goes to Bob and the other half to Carol we can see the balances of Alice, Bob and Carol on the web page we can send ether to it from the web page It would be even better if you could team up with different people impersonating Alice, Bob and Carol, all cooperating on a test net.

Stretch goals:

add a kill switch to the whole contract make the contract a utility that can be used by David, Emma and anybody with an address cover potentially bad input data

About

A general purpose Ethereum smart Contract that splits the ethers sent to two persons, created using Truffle, Solidity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published