Skip to content

evmnow/dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evm.now dapp

Open-source repo version of evm.now.

This app lets you look up EVM contracts, inspect verified metadata and source, and call read/write functions from a small Nuxt interface.

Run Locally

pnpm install
pnpm dev

Useful commands:

pnpm typecheck
pnpm build
pnpm generate

Settings

The app has a Settings page for the reader RPC and chain ID. Both values are stored locally in your browser.

You can seed them with public Nuxt env vars:

NUXT_PUBLIC_DEFAULT_CHAIN_ID=1
NUXT_PUBLIC_DEFAULT_RPC=https://rpc.example.org

NUXT_PUBLIC_MAINNET_ENS_RPC can be set when you want a dedicated Ethereum mainnet RPC for .eth ENS resolution.

Repo

  • packages/contract-reader is the Nuxt app.
  • packages/base contains shared contract UI components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors