Skip to content

0xHustling/ERC7535

Repository files navigation

ERC7535 - Native Asset ERC-4626 Tokenized Vault

This repository contains an implementation for the ERC7535 - Native Asset ERC-4626 Tokenized Vault.

Installation

$ yarn

Compile

$ yarn compile

This task will compile all smart contracts in the contracts directory. ABI files will be automatically exported in artifacts directory.

Testing

$ yarn test

Code coverage

$ yarn coverage

The report will be printed in the console and a static website containing full report will be generated in coverage directory.

Code style

$ yarn prettier

Verify & Publish contract source code

$ npx hardhat  verify --network mainnet $CONTRACT_ADDRESS $CONSTRUCTOR_ARGUMENTS

About

Native Asset ERC-4626 Tokenized Vault

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published