Transfer money with no connection of any type.
Dolphin was intended to solve the issue of sending money to your peers when you don't have a data connection available or a WiFi. The transactions are sent over sound and received on the peers device and processed later once connected to the internet. Dolphin uses an API created by Authorize.net in order to achieve a sandbox environment for money tranfers. Dolphin was awarded best API use at Hack Western 5.
Dolphin was built using the following technologies:
If you'd like to have Dolphin run locally on your machine (for fun or whatever), make sure you have the following prerequisites before trying to do installation.
Make sure you have:
- Once you've cloned Dolphin onto your machine, cd into the Dolphin directory and run:
npm install
. This will install all necessary dependencies. - Next run:
node server
in the terminal window and Dolphin should now be hosted at http://localhost:3000/
Distributed under the MIT License. See LICENSE
for more information.
Jacob Chambers - LinkedIn - jake_chambers12@hotmail.com