communities-contracts/contracts
0xb337r007 6f83e7346c
add CommunityVault contract (#22)
* add CommunityVault contract

* use named import

* test vault transfer functions for erc20 and erc721

* fix camel case test name

* update format with latest version of forge
2023-12-12 23:10:27 +01:00
..
factories add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
interfaces feat: implement `CommunityTokenDeployer` contract (#2) 2023-09-19 11:39:55 +02:00
mocks add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00
tokens feat: Add base url to community ERC20 (#21) 2023-10-18 12:12:29 +02:00
CommunityOwnable.sol add master/owner tokens to erc20 token (#19) 2023-10-06 09:21:03 +02:00
CommunityOwnerTokenRegistry.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityTokenDeployer.sol refactor: use `Ownable2Step` instead of `Ownable` (#10) 2023-09-22 12:23:00 +02:00
CommunityVault.sol add CommunityVault contract (#22) 2023-12-12 23:10:27 +01:00