Skip to content

Forkable template to get you started with Foundry's Forge

License

Notifications You must be signed in to change notification settings

pollum-io/forge-template

Repository files navigation

DappTools Template

Template repository for getting started quickly with DappTools

Github Actions

Building and testing

git clone https://github.com/gakonst/dapptools-template
cd dapptools-template
make
make test

Installing the toolkit

If you do not have DappTools already installed, you'll need to run the below commands

Install Nix

# User must be in sudoers
curl -L https://nixos.org/nix/install | sh

# Run this or login again to use Nix
. "$HOME/.nix-profile/etc/profile.d/nix.sh"

Install DappTools

curl https://dapp.tools/install | sh

DappTools Resources

About

Forkable template to get you started with Foundry's Forge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 85.1%
  • Shell 14.9%