1.3.2 • Published 6 months ago

create-web3-sdk v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

create-web3-sdk

A CLI tool to quickly scaffold a modern Web3 SDK with TypeScript, testing, documentation and more.

Features

  • ✅ TypeScript-first development
  • ✅ Automatic API documentation with TypeDoc
  • ✅ Testing setup with Vitest
  • ✅ Code quality with Biome (linting, formatting)
  • ✅ Dual ESM/CJS builds
  • ✅ Modern tooling with Bun
  • ✅ viem for Ethereum RPC
  • ✅ Built in versioning and changelog with changesets
  • ✅ Built in anvil network for fast and easy testing of on-chain actions

Upcoming Features

  • ⚙️ Professional documentation website with vocs
  • ⚙️ CI/CD setup with Github Actions
  • ⚙️ Easy deployment of smart contracts on anvil network for testing
  • ⚙️ Automatic typescript interfaces for your contracts

Usage

Create a new SDK project:

npm install -g create-web3-sdk
npx create-web3-sdk my-sdk 
cd my-sdk
bun install
bun run test # Run tests
bun run build # Build the SDK
bun run start # Start the SDK

Built with ❤️

1.2.0

6 months ago

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.1

6 months ago

1.1.0

6 months ago

1.0.0

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago