8000 GitHub - 0xmichalis/sol-template: Barebones template to get started with Solidity projects
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0xmichalis/sol-template

Repository files navigation

sol-template

CoverageBuild Tests Lint Static analysis

Barebones template to get started with Solidity projects.

Install

git clone https://github.com/0xmichalis/sol-template.git
cd sol-template
forge install

Build

forge build

Deploy

forge create --rpc-url <your_rpc_url> \
    --private-key <your_private_key> \
    --etherscan-api-key <your_etherscan_api_key> \
    --verify \
    src/Counter.sol:Counter

Contribute

forge snapshot -vvv
forge fmt

About

Barebones template to get started with Solidity projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0