Skip to content

jellydn/typechain-demo-app

Repository files navigation

Welcome to typechain-demo-app 👋

Version Twitter: jellydn

How to use Typechain with Ethers V5

TypeChain - 🔌 TypeScript bindings for Ethereum smart contracts

Features

  • 📦 ethers.js - Complete Ethereum library and wallet implementation in JavaScript.
  • 🦾 Typechain target Ethers-v5 - TypeScript bindings for Ethers 5.x.x smartcontracts
  • 🔥 new-web-app - Frontend app generator, built on top vitejs
  • 🔥 Express v5.0.0-beta.1 - Fast, unopinionated, minimalist web framework for Node.js
  • 🎨 UnoCSS - The instant on-demand atomic CSS engine.

Install

yarn install

Usage

React Web App

# Generate typing from ABI files
yarn sc:types
# Open web application
yarn dev

Web Server

# Generate typing for server
yarn sc:api-types
# Run Express server on port 3001
yarn server:dev

Author

👤 Dung Huynh

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator