Skip to content

A simple boilerplate to kickstart foundry with ease

License

Notifications You must be signed in to change notification settings

blockful-io/foundry-boilerplate

Repository files navigation

Blockful's Froundry Boilerplate

Getting Started

Start by getting foundryup latest version and installing the dependencies:ssss

$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup
$ yarn

If this is your first time with Foundry, check out the installation instructions.

Clean

Delete the build artifacts and cache directories:

$ yarn clean

Compile

Compile the contracts:

$ yarn build

Test

Run the tests:

$ yarn test

License

This project is licensed under MIT.

About

A simple boilerplate to kickstart foundry with ease

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published