Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

a contract which creates payment forwarding functionality

Notifications You must be signed in to change notification settings

SwissBorg/payment-forwarder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

payment-forwarder

a contract which creates payment forwarding functionality

The system is built around a factory contract which creates the actual forwarders.

The sole purpose of the forwarders is to send the ETH that is transferred to them to another address

Each time some ETH is forwarded, an event is triggered on the factory contract. This allows to listen to only one event instead of monitoring all the forwarders.

setup

in order to work with this repo you have to have truffle installed

npm -g i truffle

and testrpc

npm -g i ganache-cli

running tests

truffle test

About

a contract which creates payment forwarding functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published