[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2070":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":17,"archived":18,"fork":18,"defaultBranch":19,"hasWiki":18,"hasPages":18,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":15,"starSnapshotCount":15,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},2070,"shardeum","shardeum\u002Fshardeum","Shardeum is an EVM based autoscaling blockchain","https:\u002F\u002Fshardeum.org\u002F",null,"TypeScript",31397,704,295,5,0,68.54,"MIT License",false,"dev",[21,22,23,24,25,26,27,28],"blockchain","dapp","ethereum","evm","evm-blockchain","payments","sharding","typescript","2026-06-12 04:00:13","\u003Cp align=\"center\">\n  \u003Cimg src=\"https:\u002F\u002Fgithub.com\u002Fshardeum\u002F.github\u002Fraw\u002Fdev\u002Fshardeum-white-bg.png\" alt=\"Shardeum Logo\" width=\"70%\">\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Cstrong>An EVM-based autoscaling blockchain platform\u003C\u002Fstrong>\n\u003C\u002Fp>\n\n\u003Cp align=\"center\">\n  \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fshardeum\u002Fshardeum\u002Fblob\u002Fmain\u002FLICENSE\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-blue.svg\" alt=\"License\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fdiscord.com\u002Finvite\u002Fshardeum\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F933959587462254612?logo=discord\" alt=\"Discord\">\u003C\u002Fa>\n  \u003Ca href=\"https:\u002F\u002Fx.com\u002FShardeum\">\u003Cimg src=\"https:\u002F\u002Fimg.shields.io\u002Ftwitter\u002Ffollow\u002FShardeum?style=social\" alt=\"Twitter\">\u003C\u002Fa>\n\u003C\u002Fp>\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Running the Network Locally](#running-the-network-locally)\n  - [Running the JSON-RPC Server](#running-the-json-rpc-server)\n- [Testing with MetaMask](#testing-with-metamask)\n- [Testing with Jest](#testing-with-jest)\n- [Stopping and Cleaning Up](#stopping-and-cleaning-up)\n- [Health Checks](#health-checks)\n- [Contributing](#contributing)\n- [Community](#community)\n- [License](#license)\n\n## Introduction\n\nShardeum is an innovative EVM-compliant blockchain platform that leverages dynamic state sharding to achieve unprecedented scalability. By implementing a sharding model, Shardeum ensures faster processing times and lower transaction costs without compromising security or decentralization.\n\n## Features\n\n- **Scalability**: Horizontal scalability through sharding\n- **High Performance**: Low latency and high throughput\n- **Security**: Advanced cryptographic techniques and robust consensus protocols\n- **Decentralization**: Truly decentralized network with no single point of failure\n- **Interoperability**: EVM compatibility for existing DApps and smart contracts\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18.19.1)\n- npm (v10.2.4)\n- Rust (v1.74.1)\n- Docker (optional, for containerized deployment)\n\n### Setting Up Your Environment\n\nShardeum requires specific versions of Nodejs, Rust and other build tools to run. \n\nWe have detailed setup instructions [in this page](local-environment-setup.md) \n\n>[!IMPORTANT] \n> This is a crucial step, ensure your local environment is correctly set up before proceeding with the next steps\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fshardeum\u002Fshardeum.git\ncd shardeum\n```\n\n2. Install dependencies:\n\n```bash\nnpm ci\n```\n\n3. Network Configuration:\n\n```bash\nexport LOAD_JSON_CONFIGS=[full-path-to-your-local-shardeum-repo]\u002Fdebug-10-nodes.config.json\n```\nFor instance, if your local shardeum repo is on this path `\u002FUsers\u002Fjohn\u002FDesktop\u002Fprojects\u002Fshardeum\u002F` then you would run:\n\n```\nexport LOAD_JSON_CONFIGS=\u002FUsers\u002Fjohn\u002FDesktop\u002Fprojects\u002Fshardeum\u002Fdebug-10-nodes.config.json\n```\n\nLearn more about the different config options [here](local-environment-setup.md)\n\n4. Compile project\n\n```bash\nnpm run prepare\n```\n\n5. Install the Shardus CLI:\n\n```bash\nnpm install -g @shardeum-foundation\u002Ftools-shardus-cli\nnpm update @shardeum-foundation\u002Farchiver\n```\n\n## Running the Network Locally\n\nTo start a local Shardeum network with 10 nodes, run:\n\n```bash\nshardus start 10\n```\n\n### Running the JSON-RPC Server\n\n1. Clone the JSON-RPC server repository:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fshardeum\u002Fjson-rpc-server.git\ncd json-rpc-server\nnpm install\n```\n\n2. Start the server:\n\n```bash\nnpm run start\n```\n\nThe default RPC URL is `http:\u002F\u002Flocalhost:8080`.\n\n## Testing with MetaMask\n\nTo test your local Shardeum network using MetaMask:\n\n1. Install the [MetaMask extension](https:\u002F\u002Fmetamask.io\u002Fdownload\u002F).\n2. Add the Shardeum network to MetaMask:\n\n- Network Name: Shardeum\n- RPC URL: http:\u002F\u002Flocalhost:8080\n- Chain ID: 8082\n- Currency Symbol: SHM\n- Block Explorer URL: http:\u002F\u002Flocalhost:6001\u002F\n\n3. Obtaining Test Tokens and Configuring the Genesis File: To receive SHM tokens for testing on your local Shardeum network, you need to add your wallet address to the [src\u002Fconfig\u002Fgenesis.json](src\u002Fconfig\u002Fgenesis.json) file. Open this file in a text editor and add an entry for your wallet address with the desired SHM balance like this:\n\n```json\n\"YOUR-WALLET-ADDRESS\": {\n    \"wei\": \"200000000000000000000000000\"\n},\n```\n\n## Testing with Jest\n\n`src\u002Findex.ts` is mocked for all tests. You can see how its mocked out in the `test\u002Funit\u002Fsetup.ts` file. Don't import the `index` file directly if you can since it has a lot of dependencies, import the specific files you need in your implementation or test files.\n\n## Stopping and Cleaning Up\n\nTo stop the network and clean up resources:\n\n```bash\nshardus stop && shardus clean && rm -rf instances\n```\n\n## Health Checks\nDiagnostic endpoints to check the health of the node\n\n- GET `\u002Fis-alive` this endpoint returns 200 if the server is running.\n- GET `\u002Fis-healthy` currently the same as `\u002Fis-alive` but will be expanded.\n\n## Contributing\n\nWe welcome contributions! Please see our [Contribution Guidelines](CONTRIBUTING.md) for more information. All contributors are expected to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Community\n\n- [GitHub Discussions](https:\u002F\u002Fgithub.com\u002Fshardeum\u002Fshardeum\u002Fdiscussions)\n- [Discord](https:\u002F\u002Fdiscord.com\u002Finvite\u002Fshardeum)\n- [X (formerly Twitter)](https:\u002F\u002Fx.com\u002FShardeum)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","Shardeum是一个基于EVM的自动扩展区块链平台。其核心功能包括通过动态状态分片技术实现水平扩展，从而提供低延迟、高吞吐量的性能表现，并且保持了高级别的安全性和真正的去中心化特性。此外，由于兼容EVM标准，它能够支持现有的DApp和智能合约，增强了互操作性。适用于需要高性能、低成本交易处理能力以及高度安全性的区块链应用场景，如支付系统、去中心化应用等。",2,"2026-06-11 02:47:54","top_all"]