Home

Awesome

<h1 align="center"> TrueWallet Contracts </h1>

<h3 align="center"> This repository contains the smart contract suite used in TrueWallet project </h3> <br>

Features

Getting Started

Install Foundry and Forge: installation guide

Setup:

git clone <repo_link>

Install dependencies:

forge install

Compile contracts:

yarn build

Run unit tests:

yarn test

Add required .env variables:

cp .env.example .env

Run fork tests:

yarn test:fork

Gas report:

yarn gas-report
<!-- ACKNOWLEDGMENTS -->

Acknowledgments