Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

b9labs_project_splitter

This truffle project deploys a smart contract.
The contract aims to facilitate splitting a single ether transfer
in to two equal parts. It keeps balances for recipient addresses
internally and allows the associated address to withdraw their balances.

It employs SafeMath and Ownable from OpenZeppelin.

The project uses Node.js, truffle, truffle-assertions, truffle-hdwallet-provider, and infura.io.