Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 862 Bytes

File metadata and controls

23 lines (12 loc) · 862 Bytes

Typescript Solidity Dev Starter Kit

This is a starter kit for developing, testing, and deploying smart contracts with a full Typescript environment. This stack uses Buidler as the platform layer to orchestrate all the tasks. Ethers is used for all Ethereum interactions and testing.

Blog Post

Using this Project

Clone this repository, then install the dependencies with yarn. Build everything with yarn build. https://buidler.dev has excellent docs, and can be used as reference for extending this project.

Available Functionality

Build Contracts

yarn compile

Generate TypeChain Typings

yarn build

Run Contract Tests

yarn test