Skip to content

alexander-sei/sei-binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sei Binaries

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.

Features

  • Pre-built Binaries: Use seid without 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.

Installation

Option 1: Direct Binary Installation

  1. Download the Binary: Visit the Releases page to download the appropriate binary for your operating system.

  2. Set Executable Permissions (Linux/macOS):

    chmod +x seid
  3. Move to System Path (Optional):

    sudo mv seid /usr/local/bin/
  4. Verify Installation:

    seid version

Option 2: Installing via APT (Debian/Ubuntu)

  1. Download the .deb Package: Visit the Releases page and download the latest .deb package.

  2. Install using APT:

    sudo apt install ./sei-chain_xyz.deb

    Replace xyz with the actual version you want to install.

    Alternatively, you can use dpkg:

    sudo dpkg -i ./sei-chain_xyz.deb
  3. Verify Installation:

    seid version

Usage

After installation, you can interact with the Sei blockchain using the seid binary. For a list of available commands and options, run:

seid --help

Building from Source

If 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.

Troubleshooting

If you encounter any issues during installation or usage:

  1. Ensure the binary has the correct permissions.
  2. Verify you're using the correct binary for your operating system and architecture.
  3. Check for any error messages when running commands.

Contributing

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.

License

This project is licensed under the terms specified in the sei-chain repository.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published