Skip to content

Onefox/MoneroPhone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monero Phone

A node.js app which allows users to place an order requesting a text message be sent. The user is then given a paymentId which if used to send 0.1 monero will result in a text being sent. This app is built on top of monero node.js.

For more information about Monero, visit: https://getmonero.org/home

Requirments:

  • Running full Monero node
  • Run simple wallet over rpc with the following command "sudo ./simplewallet --wallet-file /full/path/to/wallet --password "yourPassword" --rpc-bind-port 18082"
  • Running MongoDb

Setup:

  • update twilio config file with your credentials.
  • node index.js # to start website
  • node callScript.js # to start listening for incoming payments
  • update views/submit.ejs with your wallets monero address

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • HTML 12.1%
  • CSS 0.6%