https://github.com/wetee-dao/chain
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.
https://github.com/wetee-dao/chain
substrate tee
Last synced: 6 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/wetee-dao/chain
- Owner: wetee-dao
- License: apache-2.0
- Created: 2023-11-20T14:41:44.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-11-14T03:39:52.000Z (8 months ago)
- Last Synced: 2025-11-14T05:33:48.861Z (8 months ago)
- Topics: substrate, tee
- Language: Rust
- Homepage:
- Size: 37.7 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# WeTEE
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](https://web3.foundation) via their [Open Grants Program](https://github.com/w3f/Open-Grants-Program)
## Introduction
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](./packages/pallets/wetee-org/README.md) pallet
The basic DAO module through which you can create a DAO.
- [wetee-assets](./packages/pallets/wetee-assets/README.md) 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](./packages/pallets/wetee-sudo/README.md) 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](./packages/pallets/wetee-gov/README.md) 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](./packages/pallets/wetee-guild/README.md) pallet
This pallet is designed to organize the internal talent pool, and each guild will gather different groups of people.
- [wetee-project](./packages/pallets/wetee-project/README.md) pallet
This pallet allows the DAO to run multiple projects at the same time, and each project team has multiple members from various guilds.
## Setup local enviroment
### Rust Setup
- [Linux development environment](https://docs.substrate.io/install/linux/).
- [MacOS development environment](https://docs.substrate.io/install/macos/).
- [Windows development environment](https://docs.substrate.io/install/windows/).
### Run Node
If you want to started with the example node, please refer to [run node](./docs/run-node.md) .
### Run Docker
If you want to test the deploy enviroment, please refer to [run docker](./docs/run-docker.md) .