This repository provides pre-built seid binaries extracted from the sei-chain repository. These binaries are fully self-contained—with the libwasmvm library statically linked—so you don't need to install any additional libraries to run them.
- Pre-built Binaries: Use
seidwithout building from source. - Statically Linked Dependencies: The binaries include a statically linked libwasmvm, ensuring a hassle-free experience.
- Optimized for Sei-Chain: Designed specifically for the Sei blockchain ecosystem.
-
Download the Binary: Visit the Releases page to download the appropriate binary for your operating system.
-
Set Executable Permissions (Linux/macOS):
chmod +x seid
-
Move to System Path (Optional):
sudo mv seid /usr/local/bin/
-
Verify Installation:
seid version
-
Download the .deb Package: Visit the Releases page and download the latest .deb package.
-
Install using APT:
sudo apt install ./sei-chain_xyz.deb
Replace
xyzwith the actual version you want to install.Alternatively, you can use
dpkg:sudo dpkg -i ./sei-chain_xyz.deb
-
Verify Installation:
seid version
After installation, you can interact with the Sei blockchain using the seid binary. For a list of available commands and options, run:
seid --helpIf you prefer to build seid from the source code, please refer to the sei-chain repository for comprehensive build instructions. Remember that the provided binaries are statically linked with libwasmvm, so no extra dependencies are required post-build.
If you encounter any issues during installation or usage:
- Ensure the binary has the correct permissions.
- Verify you're using the correct binary for your operating system and architecture.
- Check for any error messages when running commands.
Contributions to improve these binaries or update build processes are welcome. Please open an issue or submit a pull request if you have any enhancements or find any problems.
This project is licensed under the terms specified in the sei-chain repository.