Installation
#
MethodsYou can use/install feeless by:
- Downloading and installing a binary.
- Installing via Homebrew (macOS).
- Using the Docker image.
- Compiling from source.
#
BinaryThe latest release is on the project Github page under releases.
Download the one appropriate to your operating system and optionally place the binary in your system path.
#
Homebrew (macOS)Install Homebrew if you don't already have it, then:
You can see the Homebrew formula here.
#
DockerThere is a Docker image built for each release specified by the release
version (e.g. 0.1.5
) or latest
(by default) for the last release.
You can access the cli directly, for example generating a new phrase:
Running a node in the background with a named instance and open ports, RPC to localhost only:
Then tail the logs:
There is also an image released for every commit on the main
branch for the latest alpha version.
You can see a list of Docker tags here.
#
SourceYou can install the binary from source using a Rust tool called cargo
.
cargo
is installed via rustup
.
- Install rustup (which installs
cargo
). - Download or check out the source code.
- Go into the directory and run
cargo install
. - This will take a while to build, then will be installed in the rust binary path.