Crypto subscription payments infrastructure
We are a one-stop shop for companies to handle the infrastructure of subscription service payments, making use of solidity’s Factory contracts feature.
- Install dependencies on your local machine:
npm install
Run the code on node server:
npm run dev
Format code after development:
npm run format