Skip to content

scalarorg/scalar-money-contract

Repository files navigation

Foundry Template

A template for Foundry projects.

Overview

This project is a template for Foundry projects.

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/0xdavid7/foundry-template.git
cd foundry-template
  1. Install dependencies:
bun install

Environment Setup

Create a .env file in the root directory with the following variables:

ALCHEMY_API_KEY=
API_KEY_ETHERSCAN=
PRIVATE_KEY=

Testing

Run all tests:

make test-all

Run specific test:

make test <test-file>

How to deploy

  1. Default deployment:
make deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published