Bun + Viem + Inverter ABI's
Bounty Workflow
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.
# Install dependencies
bun i
# Run the development server
bun test