Shows system information compact for explorer.
- System and its data represented in a compact view
- List signals found in system to find Raxxla ASAP
- Get help mining by showing relevant data
- Keep track of your materials
- Apply graphic override configurations (with presets or your own!)
- Always keep track of what the feds are doing in the news tab
- Written in rust so you know its good
- Data sharing and pulling over a decentralized, open sourced network
Simply download the .deb file from the release tab and installit via dpkg:
sudo dpkg -i edcas-client.deb
paru -S edcas-client-bin
Download the PKGBUILD file.
In the same folder run:
makepkg -i
Option | Description | Example |
---|---|---|
--version | Prints version into terminal | |
--width | Sets initial window width size for the gui | --width 200.0 |
--height | Sets initial window height size for the gui | --width 800.0 |
--wposition | Sets initial window width position for the gui | --wposition 3000.0 |
--hposition | Sets initial window height position for the gui | --hposition 100.0 |
--fullscreen | Opens the gui in fullscreen | |
--maximized | Opens the guis maximized | |
--set-sc-address | Sets the smart contract address | |
--upload-journal | Uploads Journal to EDCAS network | |
--tui | Starts EDCAS in terminal mode (ignores window arguments) |
- Around 10 GB of disk space required
- Rust with cargo
sudo apt install cmake cargo pkg-config libssl-dev libfontconfig1-dev libclang-dev openssl clang build-essential git libudev-dev
cargo alsa-lib fontconfig clang rocksdb
sudo pacman -S cargo alsa-lib fontconfig git
Clone the repo
git clone https://github.com/arne-fuchs/edcas-client.git
cd into it and build it
cd edcas-client && cargo build
Edcas will first look into some standard directories before falling back into the current directory. It might try to copy the files to the desired places.
File | Look-up | Fallback |
---|---|---|
settings-example.json | /etc/edcas-client/settigns-example.json | ./settings-example.json |
settings.json | $HOME/.config/edcas-client/settings.json | ./settings.json |
Assets like materials.json | /usr/share/edcas-client/ | ./ |
logs | /tmp/edcas-client/ | ./logs/ |
Using it with min-ed-launcher
Go and first build the project with
cargo build
Then edit your min-ed-launcher config:
nano ~/.config/min-ed-launcher/settings.json
and add this to your processes:
"processes": [
{
"fileName": "/PATHTOEDCAS/edcas-client",
"arguments": ""
}
],
If you installed edcas-client over a package, you can find the binary in /usr/bin/edcas-client.
Feel free to contact me for feature requests on Discord: frank_the_fish or use the issue feature.
For bugs, you can use the issue feature on GitHub.