Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/decentldotland/noramp-molecule
noramp.io dedicated molecule
https://github.com/decentldotland/noramp-molecule
Last synced: 3 days ago
JSON representation
noramp.io dedicated molecule
- Host: GitHub
- URL: https://github.com/decentldotland/noramp-molecule
- Owner: decentldotland
- License: mit
- Created: 2023-07-19T16:26:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T16:31:51.000Z (about 1 year ago)
- Last Synced: 2024-04-14T10:45:35.580Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@decentdotland/noramp-molecule
Dedicated Molecule for NoRamp.io
## Build & Run
```bash
git pull https://github.com/decentldotland/noramp-molecule.git
```
Then setup your `.env` file variables with your [NoRamp](https://noramp.io) AppID and API key
```env
NORAMP_APP_ID=...NORAMP_API_KEY=...
```Then run the following command
```bash
npm install && npm run start
```## How to use
After hosting your instance and having the base endpoint, you can use it in your MEM smart contract to request the app's payments list and validate a certain payment.Check the [contract example](./example-contract) to learn how to do a basic NoRamp payments validation in your MEM contract ***(please note the example contract is for educational purposes only, implement your own security checks)***
## License
This project is licensed under the [MIT License](./LICENSE).