Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).