WeTEE is a decentralized application deployment platform integrated with a Trusted Execution Environment (TEE).
WeTEE consists of blockchain networks and multiple confidential computing clusters, collectively providing an efficient decentralised solution for confidential computing.
This project is funded by Web3 Foundation via their Open Grants Program
WeTEE is a decentralized application deployment platform integrated with a Trusted Execution Environment (TEE).
WeTEE consists of blockchain networks and multiple confidential computing clusters, collectively providing an efficient decentralised solution for confidential computing.
We provide pallets to make it easier for create a DAO based on substrate.
- As a user, you can create any number of daos for yourself based on the chain.
- As a developer, you can quickly integrate DAOs into current projects
We provide the following pallets:
Click on the pallet name to view the api
-
wetee-org pallet
The basic DAO module through which you can create a DAO. -
wetee-assets pallet
The TOKEN management module specially designed for DAO, through which it can manage the native tokens of DAO on the chain and issue the organization tokens. -
wetee-sudo pallet
For the early DAO, which requires the core team to quickly adjust various parameters. After the organization is stable, this module will be disabled. -
wetee-gov pallet
The governance module specially designed for DAO. Through this module, DAO members can conduct global voting, intra-guild voting and intra-project voting to achieve the purpose of intra-organization governance. -
wetee-guild pallet
This pallet is designed to organize the internal talent pool, and each guild will gather different groups of people. -
wetee-project pallet
This pallet allows the DAO to run multiple projects at the same time, and each project team has multiple members from various guilds.
If you want to started with the example node, please refer to run node .
If you want to test the deploy enviroment, please refer to run docker .