0.9.0 • Published 9 months ago

@tunnckocore/ethscriptions-api-cache v0.9.0

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
9 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

9 months ago

0.8.0

9 months ago

0.7.0

9 months ago

0.6.0

9 months ago

0.5.0

9 months ago

0.4.1

9 months ago

0.4.0

9 months ago

0.3.1

9 months ago

0.3.0

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago