{"id":37879777,"url":"https://github.com/wetee-dao/chain","last_synced_at":"2026-01-16T16:47:40.956Z","repository":{"id":212428398,"uuid":"721191032","full_name":"wetee-dao/chain","owner":"wetee-dao","description":"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.","archived":false,"fork":false,"pushed_at":"2025-11-14T03:39:52.000Z","size":39525,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-11-14T05:33:48.861Z","etag":null,"topics":["substrate","tee"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wetee-dao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-20T14:41:44.000Z","updated_at":"2025-11-14T03:39:57.000Z","dependencies_parsed_at":"2024-03-11T00:23:02.257Z","dependency_job_id":"317e6026-78e0-4ee2-95b2-eb62007519b9","html_url":"https://github.com/wetee-dao/chain","commit_stats":null,"previous_names":["wetee-dao/chain"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wetee-dao/chain","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wetee-dao%2Fchain","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wetee-dao%2Fchain/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wetee-dao%2Fchain/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wetee-dao%2Fchain/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wetee-dao","download_url":"https://codeload.github.com/wetee-dao/chain/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wetee-dao%2Fchain/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["substrate","tee"],"created_at":"2026-01-16T16:47:40.122Z","updated_at":"2026-01-16T16:47:40.944Z","avatar_url":"https://github.com/wetee-dao.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg width=\"800\" src=\"./docs/images/w3f.svg\" /\u003e\n\n# WeTEE\n\nWeTEE is a decentralized application deployment platform integrated with a Trusted Execution Environment (TEE).\n\nWeTEE consists of blockchain networks and multiple confidential computing clusters, collectively providing an efficient decentralised solution for confidential computing.\n\nThis project is funded by [Web3 Foundation](https://web3.foundation) via their [Open Grants Program](https://github.com/w3f/Open-Grants-Program)\n\n## Introduction\n\nWeTEE is a decentralized application deployment platform integrated with a Trusted Execution Environment (TEE).\n\nWeTEE consists of blockchain networks and multiple confidential computing clusters, collectively providing an efficient decentralised solution for confidential computing.\n\nWe provide pallets to make it easier for create a DAO based on substrate.\n\n- As a user, you can create any number of daos for yourself based on the chain.\n- As a developer, you can quickly integrate DAOs into current projects\n\nWe provide the following pallets:\n\n\u003e Click on the pallet name to view the api\n\n- [wetee-org](./packages/pallets/wetee-org/README.md) pallet  \n   The basic DAO module through which you can create a DAO.\n\n- [wetee-assets](./packages/pallets/wetee-assets/README.md) pallet  \n   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.\n\n- [wetee-sudo](./packages/pallets/wetee-sudo/README.md) pallet  \n   For the early DAO, which requires the core team to quickly adjust various parameters. After the organization is stable, this module will be disabled.\n\n- [wetee-gov](./packages/pallets/wetee-gov/README.md) pallet  \n   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.\n\n- [wetee-guild](./packages/pallets/wetee-guild/README.md) pallet  \n   This pallet is designed to organize the internal talent pool, and each guild will gather different groups of people.\n\n- [wetee-project](./packages/pallets/wetee-project/README.md) pallet  \n   This pallet allows the DAO to run multiple projects at the same time, and each project team has multiple members from various guilds.\n\n## Setup local enviroment\n\n### Rust Setup\n\n- [Linux development environment](https://docs.substrate.io/install/linux/).\n\n- [MacOS development environment](https://docs.substrate.io/install/macos/).\n\n- [Windows development environment](https://docs.substrate.io/install/windows/).\n\n### Run Node\n\nIf you want to started with the example node, please refer to [run node](./docs/run-node.md) .\n\n### Run Docker\n\nIf you want to test the deploy enviroment, please refer to [run docker](./docs/run-docker.md) .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwetee-dao%2Fchain","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwetee-dao%2Fchain","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwetee-dao%2Fchain/lists"}