Skip to content

ethereum-optimism/verbs

Repository files navigation

Verbs

Verbs SDK and demo applications for the Optimism ecosystem

Structure

This monorepo contains the following packages:

  • packages/sdk - The core Verbs TypeScript SDK - A library of bare-bones abstractions for building onchain.

  • packages/demo/frontend - A React+vite web application providing a user interface for interacting with Verbs functionality.

  • packages/demo/backend - A hono service demonstrating the Verbs SDK in a backend environment.

Setup

pnpm install

Demo

  1. Run the backend setup steps.
  2. Run the backend:
cd packages/demo/backend
pnpm install && pnpm dev
  1. Open another terminal and run the frontend:
cd packages/demo/frontend
pnpm install && pnpm dev

Development

pnpm build        # Build all packages (includes type checking)
pnpm lint         # Lint all packages

License

MIT

About

Verbs library for the OP Stack

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •