Follow on Twitter

Inverter <> Bloom Integration Case

Bun + Viem + Inverter ABI's

Bounty Workflow

Configuration

Install Bun:

# Supported on macOS, Linux, and WSL

curl -fsSL https://bun.sh/install | bash

# Upgrade Bun every once in a while

bun upgrage

Recommended Editor: VsCode. For the best experience, install Prettier extensions.

Start by setting up your environment:

cp .env.example .env

Edit the /.env file with the necessary settings.

Quick Start

# Install dependencies

bun i

# Run the development server

bun test