0.9.0 • Published 11 months ago

@tunnckocore/ethscriptions-api-cache v0.9.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
11 months ago

ethscriptions server

Ethscriptions API Cache Proxy. A Cloudflare Worker that caches and unifies Ethscriptions (or any other) API's responses, according to ESIP-9. Includes support for estimating gas costs, resolving ENS on-chain / off-chain names, and Ethscriptions names.

Go to api.wgw.lol for more info and the available endpoints

You can also use it as a NPM module. Or better just use the ethscriptions library.

The server exports uses and exports Hono instance. You can practically deploy it everywhere.

// there is `/server` (ESM) and `/server.ts` (TS) exported from the package
import { getApp } from '@tunnckocore/ethscriptions-api-cache/server';

export default getApp();
0.9.0

11 months ago

0.8.0

11 months ago

0.7.0

11 months ago

0.6.0

11 months ago

0.5.0

11 months ago

0.4.1

11 months ago

0.4.0

11 months ago

0.3.1

11 months ago

0.3.0

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago