Skip to content

virkillz/erc20_payment_gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDKPay

IDKPay is a ERC20 payment gateway configured for IDK. Goal: To be used by other ERC20 by changing 1 line in config.

TODO

  • invoice detail

  • wire up change password

To start:

  • Install dependencies with mix deps.get
  • Check your database setting at config/dev.exs and match your postgresql credential
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Run seed mix run priv/repo/seeds.exs (if you are from asset folder, dont forget to back to root project folder cd ..)
  • Start Phoenix endpoint with mix phx.server

For User

Now you can visit localhost:4000 from your browser. You can register as a regular user.

For Admin

You can visit localhost:4000/admin and login using username 'administrator' and passsword 'administrator'

Screenshot

Landing Page example

Landing page example

Credential Generation

Create credential example

Payment Page example

Payment Page example

About

Whole payment gateway service for ERC20, currently set for IDK.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published