Skip to content
/ auth-rpc Public

Cloudflare Worker API to add basic auth and custom filtering for a blockchain RPC endpoint

Notifications You must be signed in to change notification settings

eabz/auth-rpc

Repository files navigation

Auth RPC

Cloudflare Worker API to add basic auth and custom filtering for a blockchain RPC endpoint.

Requirements

Before starting, you must have logged in to Cloudflare using Wrangler.

Installation

  1. Clone the repository
git clone https://github.com/eabz/auth-rpc && cd auth-rpc
  1. Start de worker in local mode.
yarn start

for production

yarn deploy

Commands

  • start: runs your application on localhost:8787.
  • deploy: deploys the application to production.
  • format: runs the prettier fixes for all the files.
  • lint: runs the linter in all components and pages.

Check package.json for other useful scripts.

Contribution Guidelines

Developers are expected to follow contribution guidelines to keep the codebase efficient, readable, and standardized. Contribution guidelines are clearly laid out so developers and contributors can submit their work without much revision, resulting in faster development and more useful contributions. These guidelines are specified through the eslint modules.

About

Cloudflare Worker API to add basic auth and custom filtering for a blockchain RPC endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published