All Projects → odyslam → ethtools

odyslam / ethtools

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE_APACHE MIT LICENSE_MIT
A collection of useful tools for Ethereum users and developers alike

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ethtools

openmev-sdk
@openmev/sdk
Stars: ✭ 19 (-77.11%)
Mutual labels:  ethers, flashbots
html
HTML templating and streaming response library for Service Worker-like environments such as Cloudflare Workers.
Stars: ✭ 41 (-50.6%)
Mutual labels:  cloudflare-workers
apiker
🔼 Create Serverless APIs with Cloudflare Workers, Durable Objects & Wrangler
Stars: ✭ 39 (-53.01%)
Mutual labels:  cloudflare-workers
web3uikit
Lightweight reusable Web3 UI components for dapps.
Stars: ✭ 180 (+116.87%)
Mutual labels:  ethers
faaskit
A lightweight middleware framework for functions as a service
Stars: ✭ 24 (-71.08%)
Mutual labels:  cloudflare-workers
cfworker-url-shortener
部署在 Cloudflare Workers 的短网址服务
Stars: ✭ 52 (-37.35%)
Mutual labels:  cloudflare-workers
Contact-Form
The Lightweight Contact Form which send contact requests on your Telegram
Stars: ✭ 28 (-66.27%)
Mutual labels:  cloudflare-workers
DNS-over-Discord
A 1.1.1.1 DNS resolver built for Discord
Stars: ✭ 228 (+174.7%)
Mutual labels:  cloudflare-workers
cloudflare-worker-router
A super lightweight router (1.3K) with middleware support and ZERO dependencies for CloudFlare Workers.
Stars: ✭ 144 (+73.49%)
Mutual labels:  cloudflare-workers
wagmi
React Hooks for Ethereum
Stars: ✭ 1,691 (+1937.35%)
Mutual labels:  ethers
ethers-cli
Deprecated; please see the `@ethersproject/cli` package instead
Stars: ✭ 18 (-78.31%)
Mutual labels:  ethers
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+3968.67%)
Mutual labels:  cloudflare-workers
raposas
Diretório oficial do código do indexador Raposas.
Stars: ✭ 31 (-62.65%)
Mutual labels:  cloudflare-workers
Beatbump
Alternative YouTube Music frontend built with Svelte/SvelteKit 🎧
Stars: ✭ 77 (-7.23%)
Mutual labels:  cloudflare-workers
Portfolio-Website
Vishesh's Portfolio Website
Stars: ✭ 47 (-43.37%)
Mutual labels:  cloudflare-workers
workers-graphql-gateway-example
GraphQL running on Cloudflare Workers
Stars: ✭ 68 (-18.07%)
Mutual labels:  cloudflare-workers
Ethers.js
Complete Ethereum library and wallet implementation in JavaScript.
Stars: ✭ 3,605 (+4243.37%)
Mutual labels:  ethers
blog
🗃 Blog built with Remix, deployed to Cloudflare workers
Stars: ✭ 27 (-67.47%)
Mutual labels:  cloudflare-workers
nft-swap-sdk
Ethereum's missing p2p NFT and token swap library for web3 developers. Written in TypeScript. Powered by 0x.
Stars: ✭ 200 (+140.96%)
Mutual labels:  ethers
activities
Discord slash command bot for opening voice channel activities, using Cloudflare Workers
Stars: ✭ 595 (+616.87%)
Mutual labels:  cloudflare-workers

Ethtools

Ethtools is a simple cloudflare worker that offers useful tools to Ethereum users and developers. Cloudflare workers are basically little programs (functions) that run when a specific API endpoint is invoked.

The project uses javascript, but other languages are supported asd well. Cloudflare workers are great because they leverage the Edge network of Cloudflare, thus offering better speeds than most providers.

The tools are either offered via an API call or via page UI. Metamask is used as the default provider, so ethtools never has access to users sensitive data.

Please visit https://ethtools.odyslam.com for an up-to-date list of avaialble tools.

Contributing

Yes, please. Create an issue with your idea/suggestion or just submit a PR.

Project Structure

  • index.js: Entrypoint file for the cloudflare worker. It also contains the HTML (and JS) code that is served to the user.
  • webpack.config.js: Used to pack the source files for the cloudflare worker. Wrangler needs this file to know how to package the various source files into a single bundle that will be run by the worker.
  • wrangler.toml: Configuration for our wrangler/Cloudflare worker setup.

How to contribute

  1. Fork the project and clone it to your dev machine
  2. Create a new cloudflare worker and install wrangler
  3. Setup wrangler and connect it to your Cloudflare account
  4. Run wrangler dev from inside the directory

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].