{"id":13632812,"url":"https://github.com/skalenetwork/sgxwallet","last_synced_at":"2026-04-20T13:07:58.704Z","repository":{"id":42050839,"uuid":"206262072","full_name":"skalenetwork/sgxwallet","owner":"skalenetwork","description":"sgxwallet is the first-ever opensource high-performance hardware secure crypto wallet that is based on Intel SGX technology.  First opensource product on Intel SGX whitelist. Scales to 100,000+ transactions per second. Currently supports ETH and SKALE, and will support BTC in the future.  Sgxwallet is under heavy development and use by SKALE network.","archived":false,"fork":false,"pushed_at":"2026-04-13T16:02:24.000Z","size":197404,"stargazers_count":68,"open_issues_count":24,"forks_count":36,"subscribers_count":8,"default_branch":"develop","last_synced_at":"2026-04-13T18:05:40.764Z","etag":null,"topics":["blockchain","bls-signature","cpp","ecdsa","ethereum","hardware-crypto-wallet","proof-of-stake","sgx","skale-network","trusted-computing","trusted-execution-environment","ubuntu","wallet"],"latest_commit_sha":null,"homepage":"https://skale.network","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skalenetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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":"2019-09-04T07:46:31.000Z","updated_at":"2026-04-10T12:51:48.000Z","dependencies_parsed_at":"2024-01-14T07:14:52.260Z","dependency_job_id":"421642db-5864-4fbd-8a19-6d0a9a1172d4","html_url":"https://github.com/skalenetwork/sgxwallet","commit_stats":null,"previous_names":[],"tags_count":398,"template":false,"template_full_name":null,"purl":"pkg:github/skalenetwork/sgxwallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalenetwork%2Fsgxwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalenetwork%2Fsgxwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalenetwork%2Fsgxwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalenetwork%2Fsgxwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skalenetwork","download_url":"https://codeload.github.com/skalenetwork/sgxwallet/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skalenetwork%2Fsgxwallet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32048474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["blockchain","bls-signature","cpp","ecdsa","ethereum","hardware-crypto-wallet","proof-of-stake","sgx","skale-network","trusted-computing","trusted-execution-environment","ubuntu","wallet"],"created_at":"2024-08-01T22:03:16.634Z","updated_at":"2026-04-20T13:07:58.685Z","avatar_url":"https://github.com/skalenetwork.png","language":"Shell","funding_links":[],"categories":["Shell","Blockchains","BlockChain","Codes \u0026 Repos","Code Repositories"],"sub_categories":["Library OSes and SDKs","CPP"],"readme":"# sgxwallet: SKALE SGX-based hardware crypto wallet \n\n\u003c!-- SPDX-License-Identifier: (AGPL-3.0-only OR CC-BY-4.0) --\u003e\n\n[![Discord](https://img.shields.io/discord/534485763354787851.svg)](https://discord.com/invite/gM5XBy6) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3581/badge)](https://bestpractices.coreinfrastructure.org/projects/3581)\n\n## Intro\n\n**sgxwallet** is a next generation hardware secure crypto wallet that is based on **Intel SGX** technology. It currently supports **Ethereum** and **SKALE**, and will support **Bitcoin** in the future.\n\n**sgxwallet** runs as a network server.  Clients connect to the server, authenticate to it using \nTLS 1.0 protocol with client certificates, and then issue requests to the server to generate crypto \nkeys and perform cryptographic operations. The keys are generated inside the secure SGX enclave and never\nleave the enclave unencrypted.  \n\nThe server provides an initial registration service to issue client certificates to the clients.\nThe administrator manually approves each registration.\n\n**sgxwallet** has been tested on **Ubuntu Linux 20.04**.\n\n## An important note about production readiness\n\nThe sgxwallet server is still in active development and therefore should be regarded as _alpha software_. The development is still subject to security hardening, further testing, and breaking changes.  **This server has not yet been reviewed or audited for security.**  Please see [SECURITY.md](SECURITY.md) for reporting policies.\n\n![](https://github.com/skalenetwork/sgxwallet/workflows/Build,%20test%20and%20push%20sim%20mode%20container/badge.svg)\n\n## Running sgxwallet\n\n### Clone this repo\n\nAs you probably suspect, the first thing to do is to clone this repository and all it is sub-repositories. \n\n```bash\ngit clone https://github.com/skalenetwork/sgxwallet.git --recurse-submodules\n```\n\n### Try in simulation mode\n\nThe easiest way to try the sgxwallet server is to run a docker container in insecure simulation mode that emulates an SGX processor. Once you are familiar with the server, you can enable sgx on your machine and run it in secure production mode.\n\nFirst install docker-compose if you dont have it\n\n```bash\nsudo apt-get install docker.io docker-compose\n```\n\nThen run sgxwallet using docker-compose\n\n```bash\ncd run_sgx_sim; sudo docker-compose up\n```\n\nNote: you need a machine that supports Intel AVX512 instruction set.  Most modern Intel CPUs support it. To verify you machine supports AVX512, run\n\n\n```\ncat /proc/cpuinfo | grep avx512\n```\n\n\nNote: sgxwallet requires docker-compose for correct operation. You must always use \ndocker-compose and avoid using raw docker tools.\n\nNote: simulation mode is only to try sgxwallet. \nIn production, you need to run sgxwallet on a server that supports SGX.\nNever run a production sgxserver in simulation mode.  \n\n## Admin guide\n\nIf you are a SKALE validator and want to run sgxwallet for testnet or mainnet usage, you need\n a SGX-capable server.  \nPlease refer to [Admin guide](docs/admin/admin-guide.md) for details on how to setup sgxwallet in a secure hardware mode.\n \n\n## Developer guide\n\nIf you are a SKALE developer and want to build sgxwallet from source, please refer to [Developer guide](docs/developer/developer-guide.md).\n\n## Contributing\n\nSee [contributing](.github/CONTRIBUTING.md) for information on how to contribute.\n\n## Libraries used by this project\n\n-   [Intel-SGX-SSL by Intel](https://github.com/intel/intel-sgx-ssl)\n-   [LevelDB by Google](https://github.com/google/leveldb)\n-   [libBLS by SKALE Labs](https://github.com/skalenetwork/libBLS)\n-   [libff by SCIPR-LAB](http://www.scipr-lab.org/)\n-   [Linux SGX Driver by Intel](https://github.com/intel/linux-sgx-driver)\n-   [SGX-GMP by Intel](https://github.com/intel/sgx-gmp)\n-   [SGX Software Enable by Intel](https://github.com/intel/sgx-software-enable)\n\n## License\n\n[![License](https://img.shields.io/github/license/skalenetwork/sgxwallet.svg)](LICENSE)\n\nAll contributions to sgxwallet are made under the [GNU Affero General Public License v3](https://www.gnu.org/licenses/agpl-3.0.en.html). See [LICENSE](LICENSE).\n\nCopyright (C) 2019-Present SKALE Labs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalenetwork%2Fsgxwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskalenetwork%2Fsgxwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskalenetwork%2Fsgxwallet/lists"}