An interactive reference of the Ethereum node API.
Command + /: focus the filter inputUp / Down: navigate between methods (when the filter input is active)Command + Enter: execute
To contribute:
- Fork this repository
- Create an issue detailing your proposed updates
- Submit a pull request (PR) from your fork to the main branch of this repository
Reference the issue number in the details of your PR
To create a local build:
- Install bun:
curl -fsSL https://bun.sh/install | bash - Ensure bun is added to PATH:
2.1
nano ~/.zshrc2.2 If required, addexport PATH="$HOME/.bun/bin:$PATH"Verify bun with
bun --help
Make your updates, then:
- Run
bun install - Build site locally with
bun run build - Install an HTTP server with
bun add serve - Serve the contents of the /dist folder with
bun run serve distNavigate to the localhost URL detailed in your terminal