Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 0 additions & 4 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ This directory contains the GitHub Actions workflows that automate various proce
**Purpose**: Builds a Docker image and uploads it as an artifact.
**Trigger**: `workflow_dispatch` (manual trigger).

### [explorer_ci.yml](./explorer_ci.yml)
**Purpose**: CI for the `explorer`. Lints, tests, typechecks and builds it.
**Trigger**: `pull_request` events.

### [profile_ci.yml](./profile_ci.yml)
**Purpose**: Generates proving keys using `make keys`.
**Trigger**: `workflow_dispatch`.
Expand Down
74 changes: 0 additions & 74 deletions .github/workflows/explorer_ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/rusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
filters: |
run-ci:
- '!(web-wallet/**/*|explorer/**/*|w3sper.js/**/*|.github/workflows/webwallet_ci.yml|.github/workflows/explorer_ci.yml|.github/workflows/w3sperjs_ci.yml)'
- '!(web-wallet/**/*|w3sper.js/**/*|.github/workflows/webwallet_ci.yml|.github/workflows/w3sperjs_ci.yml)'

analyze:
needs: changes
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
| `rusk-wallet/` | CLI wallet |
| `data-drivers/` | RKYV ↔ JS bridge for contract calls |
| `w3sper.js/` | Deno SDK |
| `explorer/`, `web-wallet/` | Svelte/Vite frontends |
| `web-wallet/` | Svelte/Vite frontend wallet app |

## Commands

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<a href="https://github.com/dusk-network/rusk/actions/workflows/rusk_ci.yml">
<img src="https://github.com/dusk-network/rusk/actions/workflows/rusk_ci.yml/badge.svg" alt="Rusk CI"></a>
&nbsp;
<a href="https://github.com/dusk-network/rusk/actions/workflows/explorer_ci.yml">
<img src="https://github.com/dusk-network/rusk/actions/workflows/explorer_ci.yml/badge.svg" alt="explorer CI"></a>
&nbsp;
<a href="https://github.com/dusk-network/rusk/actions/workflows/webwallet_ci.yml">
<img src="https://github.com/dusk-network/rusk/actions/workflows/webwallet_ci.yml/badge.svg" alt="web-wallet CI"></a>
&nbsp;
Expand Down Expand Up @@ -70,7 +67,7 @@ For more information on **running a node for main- or testnet**, see our
| 🧩 [data-drivers](/data-drivers/) | Tools to encode/decode contract arguments between RKYV and JS I/O |
| 🧬 [dusk-core](/core/) | Core types used for interacting with Dusk and writing smart contracts |
| 🌐 [dusk-abi](/core/src/abi.rs) | Dusk application binary interface to develop smart contracts (part of core) |
| 🧭 [explorer](/explorer/) | Dusk's blockchain explorer |
| 🧭 [explorer](https://github.com/dusk-network/explorer) | Dusk's blockchain explorer (external repo) |
| 📊 [node-data](/node-data/) | Core datatypes for the blockchain node |
| ⚙️ [dusk-vm](/vm/) | The virtual machine to run Dusk smart contracts |
| 🪪 [rusk-profile](/rusk-profile/) | Utility to generate a genesis state based on a set profile |
Expand Down
1 change: 0 additions & 1 deletion agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ When a bug is reported, start by adding a test that reproduces it (it should fai

### Frontend/SDK
```bash
cd explorer && npm ci && npm run checks
cd web-wallet && npm ci && npm run checks
cd w3sper.js && deno task test
```
Expand Down
11 changes: 0 additions & 11 deletions explorer/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion explorer/.npmrc

This file was deleted.

1 change: 0 additions & 1 deletion explorer/.nvmrc

This file was deleted.

7 changes: 0 additions & 7 deletions explorer/.prettierrc.js

This file was deleted.

Loading
Loading