Skip to content

smartcrow-rwa/functions-secrets-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chainlink Functions Examples

This project is an example of a command-line interface (CLI) that uses the functions-toolkit to interact with Chainlink Functions.

Installation

To set up the project, follow these steps:

  1. Install the required dependencies.

    npm install
  2. We use @chainlink/env-enc package to encrypt environment variables at rest. Set the password to encrypt and decrypt the environment varilable file .env.enc:

    npx env-enc set-pw
  3. Set the following variables:

  • PRIVATE_KEY
  • PROPMIX_API
  • POLYGON_AMOY_RPC_URL
  • GITHUB_API_TOKEN
  1. Run the code:

    node examples/use-secrets-gist/request.js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors