No description
  • JavaScript 75.6%
  • Dockerfile 24.4%
Find a file
2021-09-07 01:11:16 -06:00
.gitignore feat: initial commit 2021-09-06 23:42:11 -06:00
.prettierrc.json feat: initial commit 2021-09-06 23:42:11 -06:00
Dockerfile feat: small cosmetic change 2021-09-07 01:11:16 -06:00
index.js feat: adding docs 2021-09-07 00:01:53 -06:00
package.json feat: initial commit 2021-09-06 23:42:11 -06:00
README.md feat: added google cloud deploy button 2021-09-07 00:29:09 -06:00
yarn.lock feat: initial commit 2021-09-06 23:42:11 -06:00

Figment Solana RPC Endpoint

Figment template for a Solana RPC Endpoint CORS proxy.

This one can be run anywhere, I personally like to run it on Google Cloud Run.

ENV VARS:

FIGMENT_TOKEN=YOUR_API_KEY
FIGMENT_URL=https://solana--mainnet.datahub.figment.io/
PORT=8080

Run on Google Cloud