inverter-contracts

所属分类:区块链开发
开发工具:Solidity
文件大小:232KB
下载次数:0
上传日期:2023-04-13 10:39:51
上 传 者sh-1993
说明:  逆变器合同,运行逆变器网络的智能合同
(inverter-contracts,The smart contracts running the Inverter Network)

文件列表:
.gas-snapshot (21997, 2023-05-23)
.vscode (0, 2023-05-23)
.vscode\settings.json (370, 2023-05-23)
CONTRIBUTING.md (922, 2023-05-23)
LICENSE (7572, 2023-05-23)
Makefile (2963, 2023-05-23)
assets (0, 2023-05-23)
assets\logo.jpg (6349, 2023-05-23)
assets\logo.png (103190, 2023-05-23)
dev.env (1244, 2023-05-23)
docs (0, 2023-05-23)
docs\Modules (0, 2023-05-23)
docs\Modules\ListAuthorizer.md (3059, 2023-05-23)
docs\Modules\MilestoneManager.md (7530, 2023-05-23)
docs\Modules\Module.md (5354, 2023-05-23)
docs\Modules\PaymentClient.md (2189, 2023-05-23)
docs\Modules\PaymentProcessor.md (1258, 2023-05-23)
docs\Modules\SingleVoteGovernance.md (6656, 2023-05-23)
docs\Proposal (0, 2023-05-23)
docs\Proposal\FundingVault.md (1015, 2023-05-23)
docs\Proposal\ModuleManager.md (4844, 2023-05-23)
docs\Proposal\Proposal.md (2973, 2023-05-23)
foundry.toml (414, 2023-05-23)
lcov.info (37225, 2023-05-23)
lib (0, 2023-05-23)
lib\forge-std (0, 2023-05-23)
lib\openzeppelin-contracts (0, 2023-05-23)
lib\openzeppelin-contracts-upgradeable (0, 2023-05-23)
remappings.txt (101, 2023-05-23)
... ...

# Inverter Smart Contracts > A new funding primitive to enable multiple actors within a decentralized network to collaborate on proposals. You can find more information in the [GitBook](https://inverter-network.gitbook.io/inverter-network-docs/inverter-overview/introduction-to-inverter). ## Installation The Inverter smart contracts are developed using the [foundry toolchain](https://getfoundry.sh). 1. Clone the repository 2. `cd` into the repository 3. Run `make install` to install contract dependencies 4. (_Optional_) Run `source dev.env` to setup 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 > [...] ``` ## Dependencies - [OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts) - [OpenZeppelin Upgradeable-Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable) ## 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.

近期下载者

相关文件


收藏者