VisitMeet / visitmeet

We are a not-for-profit company aiming at poverty alleviation, inexpensive travelling, employment and infrastructure development.
http://visitmeet.herokuapp.com/
15 stars 21 forks source link

Integrate Stellar #1

Open bishisht opened 8 years ago

bishisht commented 8 years ago

Need some help for integrating Stellar as a payment processor.

kathyonu commented 8 years ago

A RoR system cannot access Stellar's platform at this time, not that I can see, per Stellars own materials and their Rails codes, which are incomplete as yet. So to uses Stellar services now requires Node.js or Angular.js. I have built a Node.js app that is now operating in develpment and testing. That app can be developed further by me, and contributors who wish to help, and hosted on the visitmeet.org or .net domains.

We can build in the Stripe Standalone Account into this RoR app, and manage our accounts with this tool. Then when the Node.js / Stellar app is ready for production, we provide the links for those services from the .com site.

I have provided instructions for you to build/install the Node.js capabilities on your system so you can do so in a very short time, and so have access to and contribute to the Stellar-capable app when you are ready.

This is the tutorial for installing Node.js systems on your local machine. kathyonu / Rails-app-steps-to-establish-ruby-stellar-sdk.md

This is the tutorial for building the Stellar services on the site, and it is advanced along enough that we have built three different Node.js apps, using three different systems, and it currently sits waiting for further development, ready to contact the Stellar testnet capabilties. kathyonu / Node-yo-gulp-stellar-sdk-heroku.md. The Heroku example app is by far the most sophisticated, and its tutorial covers everything required to have it hosted and running on the net, ready to be further developed.