contracts
contracts copied to clipboard
The Inverter Network protocol smart contracts
Inverter Network Smart Contracts
Build, customize, and innovate with Inverter's modular logic and extensive web3 interoperability.
Installation
The Inverter Network smart contracts are developed using the foundry toolchain
- Clone the repository
-
cd
into the repository - Run
make install
to install contract dependencies - (Optional) Run
source dev.env
to set up environment variables
Usage
Common tasks are executed through a Makefile
.
The Makefile
supports a help command, i.e. make help
.
$ make help
> build Build project
> clean Remove build artifacts
> test Run whole testsuite
> update Update dependencies
> [...]
Documentation
A technical documentation can be found in our GitHub Wiki.
Dependencies
Safety
This is experimental software and is provided on an "as is" and "as available" basis.
We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.