All Projects → enarx → enarx.github.io

enarx / enarx.github.io

Licence: MIT license
Enarx.dev website and relevant assets

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to enarx.github.io

incubator-teaclave-trustzone-sdk
Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
Stars: ✭ 126 (+200%)
Mutual labels:  trusted-execution-environment, confidential-computing
sgxwallet
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.
Stars: ✭ 50 (+19.05%)
Mutual labels:  trusted-execution-environment
inclavare-containers
A novel container runtime, aka confidential container, for cloud-native confidential computing and enclave runtime ecosystem.
Stars: ✭ 510 (+1114.29%)
Mutual labels:  confidential-computing
multizone-linux
MultiZone® Security Enclave for Linux
Stars: ✭ 18 (-57.14%)
Mutual labels:  trusted-execution-environment
mTower
mTower is Trusted Execution Environment specially designed to be used on MicroController Units (MCUs) supporting ARM TrustZone technology (e.g., Cortex-M23/33/35p). mTower operates well under restrictions typical for such environment – small RAM and ROM sizes, relatively low performance, absence of rich OSes providing variety of services availab…
Stars: ✭ 34 (-19.05%)
Mutual labels:  trusted-execution-environment
confidential-computing-zoo
Confidential Computing Zoo provides confidential computing solutions based on Intel SGX, TDX, HEXL, etc. technologies.
Stars: ✭ 177 (+321.43%)
Mutual labels:  confidential-computing
CipherCompute
The free EAP version of the Cosmian Collaborative Confidential Computing platform. Try it!
Stars: ✭ 20 (-52.38%)
Mutual labels:  confidential-computing

This repository has been archived and moved to enarx/website.

Enarx website & documentation

This repository contains the assets required to build the Enarx website and documentation. We're glad that you want to contribute!


Prerequisites

To install the website locally and build it, you need the following installed:

Before you start, install the dependencies. Clone the repository and navigate to the directory:

git clone https://github.com/enarx/enarx.github.io.git
cd enarx.github.io

The Enarx website uses Docusaurus to build a customizable and optimized website.


Running the website

To install the project dependencies, run the following command:

yarn install

To start a local development server, run:

yarn start

This starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.


Building the website

To build the website, run the following command:

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. You can run the following command to serve the build:

yarn serve

Contributing to the website

Click the Fork button in the upper-right area of the screen to create a fork of this repository in your GitHub account. Create a branch off the main and make any changes you want in your fork. Create a new pull request to help us know about your proposed changes so that we can provide actionable feedback. As a pull request owner, it is your responsibility to modify your pull request to address the feedback that has been provided to you by the reviewer.

After all the comments are addressed, please let us know and we will merge your pull request. Contributions are welcome to make our documentation more accessible and readable, adding new features to help a wider audience know about Enarx and help onboard new contributors and users.

Participation in the Enarx community is governed by the Contributor Covenant Code of Conduct.

You can engage with us on the following channels:


License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].