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.
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.
yarn compile
yarn build
yarn test