This project is free to use and is open source. The project was funded by Cardano in Fund 5 and completed in April 2022.
As this is a backend system to enable payments with Paypal, Stripe and Venmo we have included a sample front-end system to demonstrate HOW this code can work.
We have also created a video showing how this front end demo works: https://www.youtube.com/watch?v=GDkfWYnr1Wg&ab_channel=NikaRevazishvili
Please also see the EZ Pay Back End API system that provides the programming core for your web application: https://github.com/NFT-DAO/EZ-Pay---Backend
IMPORTANT NOTE
You will need to have your own Stripe, Paypal and/or Venmo account in order to use this service. Each account can be set up relatively easily at their respective website.
Once you have your account keys, the sample file .env allows you to insert your key and for the application to work seamlessly. As with ALL programs around money and assets, please guard your Paypal, Stripe and Venmo keys - do not share them with anyone, which includes NFT DAO. We do not need any aplication key for you to use this program.
This project was generated with Angular CLI version 13.2.4.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.