diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 49964107..59f43ebd 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -14,7 +14,6 @@ jobs: uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20.x - - run: npm ci - name: Install commitlint run: | npm install -g @commitlint/cli@^18 diff --git a/docs/.gitbook/assets/start1.png b/docs/.gitbook/assets/start1.png new file mode 100644 index 00000000..ef8d6303 Binary files /dev/null and b/docs/.gitbook/assets/start1.png differ diff --git a/docs/.gitbook/assets/start2.png b/docs/.gitbook/assets/start2.png new file mode 100644 index 00000000..794ee2f6 Binary files /dev/null and b/docs/.gitbook/assets/start2.png differ diff --git a/docs/.gitbook/assets/start4.png b/docs/.gitbook/assets/start4.png new file mode 100644 index 00000000..2398466c Binary files /dev/null and b/docs/.gitbook/assets/start4.png differ diff --git a/docs/.gitbook/assets/start5.png b/docs/.gitbook/assets/start5.png new file mode 100644 index 00000000..c5bc387a Binary files /dev/null and b/docs/.gitbook/assets/start5.png differ diff --git a/docs/README.md b/docs/README.md index 1122803a..9a988214 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ layout: Learn the basics of fhEVM, set it up, and make it run with ease. -
What is fhEVMUnderstand the basic concepts of fhEVM library.start1.pngoverview.md
Write contractStart writing fhEVM smart contract using Hardhat templatestart4.pnghardhat.md
Deploy on fhEVM nativeGet 10 Zama token to start working with fhEVM nativestart2.pngdevnet.md
Deploy on EthereumComing soon!start5.pngethereum.md
+
Quick startUnderstand the basic concepts of fhEVM library.start1.pngquick_start.md
geth integrationUse fhEVM with go-ethereumstart4.pnggeth.md
Setup a GatewayConfigure a Gateway to handle decryption and reecryptionstart2.pngconfiguration.md
Use TKMSUse Zama's KMS with fhEVMstart5.pngzama.md
### References diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 508d00ca..edeafa64 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -6,8 +6,7 @@ - [Quick start](getting_started/quick_start.md) - fhEVM - - [go-ethereum integration](getting_started/fhevm/geth.md) - - [Run Coprocessor](getting_started/fhevm/coprocessor.md) + - [geth integration](getting_started/fhevm/geth.md) - [Run Native](getting_started/fhevm/native.md) - [Deploy initial contracts](getting_started/fhevm/contracts.md) - [Configuration](getting_started/fhevm/configuration.md) diff --git a/docs/getting_started/fhevm/coprocessor.md b/docs/getting_started/fhevm/coprocessor.md deleted file mode 100644 index e9694198..00000000 --- a/docs/getting_started/fhevm/coprocessor.md +++ /dev/null @@ -1 +0,0 @@ -# Coprocessor