Skip to content

zoofiio/zoo-lnt-vault

Repository files navigation

Getting Started

Compile Contracts

$ yarn
$ hh compile

Deploy Contracts

Prepare .env

With same keys to .env-example

$ hh run scripts/1-deploy.ts --network <mainnet/sepolia/bera-bartio>

# Etherscan verify
$ hh clean
$ yarn verify <mainnet/sepolia/bera-bartio>

Run Test Cases

$ hh test
# To run test cases of a test file:
$ hh test ./test/xxx.ts

To run forge tests

$ forge test

License

Distributed under the Apache License. See LICENSE for more information.

About

Smart contract implementation of Zoo lnt vaults

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published