calldata / snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

npm install ## install development dependencies
forge build
forge test

Linting

Pre-configured solhint and prettier-plugin-solidity. Can be run by

npm run solhint
npm run prettier

CI with Github Actions

Automatically run linting and tests on pull requests.

Default Configuration

Including .gitignore, .vscode, remappings.txt

Acknowledgement

Inspired by great dapptools templates like https://github.com/gakonst/forge-template, https://github.com/gakonst/dapptools-template and https://github.com/transmissions11/dapptools-template

About


Languages

Language:Solidity 100.0%