{"id":13563156,"url":"https://github.com/elys-network/elys","last_synced_at":"2026-04-06T13:02:48.596Z","repository":{"id":142829710,"uuid":"608133820","full_name":"elys-network/elys","owner":"elys-network","description":"Elys Network is a DeFi Proof of Stake blockchain built using Cosmos SDK, bridging the gap between Web2 and Web3 with a premier UI/UX. Elys offers non-custodial DEX with Smartshielded Pools, vaults, perpetual trading, leverage LP, and more.","archived":false,"fork":false,"pushed_at":"2026-03-25T17:46:28.000Z","size":37050,"stargazers_count":86,"open_issues_count":27,"forks_count":87,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-26T11:43:03.618Z","etag":null,"topics":["blockchain","cosmos","cosmos-sdk","defi","dex","lending","liquidity-pool","liquidity-providers","margin-trading","web3"],"latest_commit_sha":null,"homepage":"https://app.elys.network","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elys-network.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-Elys-business-source-license.md","code_of_conduct":null,"threat_model":null,"audit":"audit/Hacken_Elys_audit_report.pdf","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-01T11:48:12.000Z","updated_at":"2026-03-14T08:28:00.000Z","dependencies_parsed_at":"2024-01-29T07:23:52.761Z","dependency_job_id":"da172815-90d9-427a-b588-f833d4c2fb9a","html_url":"https://github.com/elys-network/elys","commit_stats":{"total_commits":486,"total_committers":17,"mean_commits":28.58823529411765,"dds":"0.40946502057613166","last_synced_commit":"6cdfd4758b2dd1d32b892c4a52e00f5098e8ad2f"},"previous_names":[],"tags_count":187,"template":false,"template_full_name":null,"purl":"pkg:github/elys-network/elys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elys-network%2Felys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elys-network%2Felys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elys-network%2Felys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elys-network%2Felys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elys-network","download_url":"https://codeload.github.com/elys-network/elys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elys-network%2Felys/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473273,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","cosmos","cosmos-sdk","defi","dex","lending","liquidity-pool","liquidity-providers","margin-trading","web3"],"created_at":"2024-08-01T13:01:15.724Z","updated_at":"2026-04-06T13:02:48.592Z","avatar_url":"https://github.com/elys-network.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# Elys\n\n**Elys** is a blockchain built using Cosmos SDK and CometBFT. It is designed to be a fast, scalable, and secure blockchain that can be used to build decentralized applications.\n\n| Parameter            | Value                                                                    |\n| -------------------- | ------------------------------------------------------------------------ |\n| Chain Info           | [See network details here](https://github.com/elys-network/networks)     |\n| Denomination         | uelys                                                                    |\n| Decimals             | 6 (1 elys= 1000000uelys)                                                 |\n| Version              | v6.4.0                                                                   |\n| MainNet RPC Endpoint | https://rpc.elys.network:443                                             |\n| MainNet API Endpoint | https://api.elys.network:443                                             |\n| MainNet Explorer     | https://explorer.elys.network ; https://elysscan.io                      |\n| TestNet RPC Endpoint | https://rpc.testnet.elys.network:443                                     |\n| TestNet API Endpoint | https://api.testnet.elys.network:443                                     |\n\n## Localnet Setup Guide\n\nThis guide provides instructions on how to spin up a new localnet using the Elys network for development purposes. Follow these steps to set up your localnet environment.\n\n### Prerequisites\n\n- Make sure you have `git`, `make`, Go environment, and `jq` installed on your machine.\n\n### Getting Started\n\n1. **Clone the Elys Repository**\n\n   First, clone the Elys repository to your local machine:\n\n   ```bash\n   git clone https://github.com/elys-network/elys.git\n   ```\n\n2. **Build the Binary**\n\n   Navigate into the cloned repository and build the binary using:\n\n   ```bash\n   git tag -f v999999.999999.999999 \u0026\u0026 make install\n   ```\n\n   This command will install the `elysd` daemon.\n\n3. **Download the Latest TestNet Snapshot**\n\n   To get the latest TestNet snapshot available for the Elys network, use the following command to download the latest TestNet snapshot that uses the changes from the `main` branch:\n\n   ```bash\n   rm -rf ~/.elys \u0026\u0026 curl -o - -L https://snapshots.elys.network/elys-snapshot-main.tar.lz4 | lz4 -c -d - | tar -x -C ~/\n   ```\n\n4. **Spin Up the Localnet**\n\n   Use the command below to start the localnet:\n\n   ```bash\n   elysd start\n   ```\n\n## Installation\n\n### With Makefile (Recommended)\n\nThis section provides a step-by-step guide on how to build the Elys Chain binary from the source code using the provided makefile. The makefile automates the build process and generates a binary executable that can be run on your local machine.\n\n\u003cdetails\u003e\n\u003csummary\u003eClick to expand/collapse\u003c/summary\u003e\n\n1. Clone the Elys chain repository:\n\n```bash\ngit clone https://github.com/elys-network/elys.git\n```\n\n2. Navigate to the cloned repository:\n\n```bash\ncd elys\n```\n\n3. Optionally, checkout the specific branch or tag you want to build:\n\n```bash\ngit checkout [version]\n```\n\n4. Ensure that you have the necessary dependencies installed. For instance, on Ubuntu you need to install the `make` tool:\n\n```bash\nsudo apt-get install --yes make\n```\n\nIn order to generate proto files, install the dependencies below:\n\n- `buf`\n- `clang-format`\n- `protoc-gen-go-cosmos-orm`: `go install cosmossdk.io/orm/cmd/protoc-gen-go-cosmos-orm@latest`\n\nThen run the following command:\n\n```bash\nmake proto\n```\n\n5. **Optional**: Use _RocksDB_ instead of _pebbledb_\n\nEnsure that you have RocksDB installed on your machine. On Ubuntu, you can install RocksDB using the following suite of commands:\n\n```bash\n# set rocks db version\nROCKSDB_VERSION=8.9.1\n\n# install rocks db dependencies\nsudo apt install -y libgflags-dev libsnappy-dev zlib1g-dev libbz2-dev liblz4-dev libzstd-dev\n\n# download and extract on /tmp\ncd /tmp\nwget https://github.com/facebook/rocksdb/archive/refs/tags/v${ROCKSDB_VERSION}.tar.gz\ntar -xvf v${ROCKSDB_VERSION}.tar.gz \u0026\u0026 cd rocksdb-${ROCKSDB_VERSION} || return\n\n# build rocks db\nexport CXXFLAGS='-Wno-error=deprecated-copy -Wno-error=pessimizing-move -Wno-error=class-memaccess'\nmake shared_lib\n\n# install rocks db\nsudo make install-shared INSTALL_PATH=/usr\n\n# cleanup to save space\nrm -rf /tmp/rocksdb-${ROCKSDB_VERSION} /tmp/v${ROCKSDB_VERSION}.tar.gz\n```\n\nIn order to build the binary with RocksDB, you need to run the following command:\n\n```bash\nROCKSDB=1 make build\n```\n\nNote: RocksDB is only required for Linux machines. For macOS, you can continue without installing RocksDB.\n\nWhen running `ROCKSDB=1 make build`, if you are getting this error:\n\n```bash\nelysd: error while loading shared libraries: librocksdb.so.8.9: cannot open shared object file: No such file or directory\n```\n\nYou might need to set the `LD_LIBRARY_PATH` environment variable to the local library path. You can do this by running the following command:\n\n```bash\nexport LD_LIBRARY_PATH=/usr/local/lib\n```\n\n6. Run the `make build` command to build the binary:\n\n```bash\nmake build\n```\n\n7. The binary will be generated in the `./build` directory. You can run the binary using the following command:\n\n```bash\n./build/elysd\n```\n\nYou can also use the `make install` command to install the binary in the `bin` directory of your `GOPATH`.\n\n\u003c/details\u003e\n\n## Validator Guide\n\nThe validator guide is accessible [here](./validator.md).\n\n## Architecture\n\nThe architecture guide is accessible [here](./architecture.md).\n\n## Release\n\nTo release a new version of Elys, create and push a new tag with `v` prefix. A new draft release with the configured targets will be created.\n\n```\ngit tag v0.1\ngit push origin v0.1\n```\n\nAfter a draft release is created, make your final changes from the release page and publish it.\n\n## Learn more\n\n- [X (formerly Twitter)](https://x.com/elys_network)\n- [TestNet Explorer](https://testnet.ping.pub/elys)\n- [Developer Chat](https://discord.gg/elysnetwork)\n- [Github](https://github.com/elys-network)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felys-network%2Felys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felys-network%2Felys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felys-network%2Felys/lists"}