Skip to content

the-standard/smart-vault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ed7639 · Sep 12, 2024
Aug 26, 2024
May 2, 2024
Sep 11, 2024
Jun 19, 2024
Aug 28, 2024
Aug 23, 2024
Sep 12, 2024
Sep 11, 2024
Aug 28, 2024
Mar 24, 2023
Aug 26, 2024
Aug 28, 2024
Aug 28, 2024
Sep 11, 2024
Aug 15, 2024
Aug 28, 2024
Oct 9, 2023
Oct 9, 2023
Aug 26, 2024

Repository files navigation

The Standard: Smart Vaults

Installation

Hardhat

If you have npm installed, you can install the required project dependencies

npm install

Foundry

If you have Foundry installed, you can install the required project dependencies

forge install

Testing

Hardhat

If you are in root, you can run the project's full test suite

npx hardhat test

Since this project uses Hardhat, you can use its default ways to run tests, should you prefer it.

Foundry

forge test

Coverage

Hardhat

Run the code coverage suite with

npx hardhat coverage

Foundry

forge coverage

Contract size benchmark

Run the contract sizer with

npx hardhat size-contracts

Format

Format using the forge formatter with

forge fmt

Gas Snapshots

Output gas usage snapshots with

forge snapshot

Anvil

Run a local chain with

anvil

Chisel

Open a Solidity REPL with

chisel

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published