Loop SDK
NPM module to help your application perform basic interactions with Loop.
Info
Install
In your project folder, do:
Setup
Copy .env.example and rename it to .env in your project folder; or if you already have an .env file in your project, add the following environment variables into the existing .env file, and fill out the values:
For security purposes, DO NOT commit your.env file into your github repo so that your keys are not exposed.
Import Loop SDK in your project
CJS:
ESM:
Last updated