# Deploy sheikah
In this document it is explained how to deploy Sheikah, the interface that allows Witnet users to get track of data requests, wallet and their own balances.
### 1. Clone the repository
Clone the github repositoy of Sheikah
```
git clone git@github.com:witnet/sheikah.git
```
### 2. Run a node
Go to witnet-rust repository when cloned and run a node.
```
cd witnet-rust
RUST_LOG="witnet=debug" cargo run -- -c witnet.toml node server
```
### 3. Run the wallet
The wallet must be connected to the node, so the configuration file must be the same of the node.
From the witnet-rust repository deploy the wallet
```
cargo run -- -c witnet.toml --trace wallet server
```
### 4. Deploy Sheikah
From Sheikah's repository deploy sheikah
```
yarn electron:serve
```
And that's it, ready to use Sheikah
