{"id":24390444,"url":"https://github.com/texora/paralink-substrate","last_synced_at":"2025-10-05T18:03:43.661Z","repository":{"id":272792691,"uuid":"880296953","full_name":"texora/Paralink-Substrate","owner":"texora","description":"Built on the Substrate-based runtime, this repository develops the Paralink Network, a cross-chain Oracle platform. ","archived":false,"fork":false,"pushed_at":"2024-10-29T13:31:05.000Z","size":341,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T19:56:44.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://paralink.network/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/texora.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-29T13:27:40.000Z","updated_at":"2024-11-22T16:43:21.000Z","dependencies_parsed_at":"2025-01-16T17:45:08.401Z","dependency_job_id":"e8e7da7d-ff89-40e9-b1f9-c690b29a24ae","html_url":"https://github.com/texora/Paralink-Substrate","commit_stats":null,"previous_names":["texora/paralink-substrate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texora%2FParalink-Substrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texora%2FParalink-Substrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texora%2FParalink-Substrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/texora%2FParalink-Substrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/texora","download_url":"https://codeload.github.com/texora/Paralink-Substrate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243307495,"owners_count":20270263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-19T16:17:38.991Z","updated_at":"2025-10-05T18:03:43.556Z","avatar_url":"https://github.com/texora.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://paralink.network/images/logo-sm-home.png)\n\n## Getting  Started\n\nThis repository contains Substrate based runtime for Paralink Network.\n\n### Makefile\n\nThis project uses a [Makefile](Makefile) to document helpful commands and make it easier to execute them.\n\n1. `make init` - Run the [init script](scripts/init.sh) to configure the Rust toolchain for\n   [WebAssembly compilation](https://substrate.dev/docs/en/knowledgebase/getting-started/#webassembly-compilation).\n1. `make run` - Build and launch this project in development mode.\n\n### Build\n\nThe `make run` command will perform an initial build. Use the following command to build the node without launching it:\n\n```sh\nmake build\n```\n\n### Embedded Docs\n\nOnce the project has been built, the following command can be used to explore all parameters and subcommands:\n\n```sh\n./target/release/paralink-node -h\n```\n\n## Run\n\nThe `make run` command will launch a temporary node and its state will be discarded after you terminate the process. After the project has been built, there are other ways to launch the node.\n\n### Single-Node Development Chain\n\nThis command will start the single-node development chain with persistent state:\n\n```bash\n./target/release/paralink-node --dev\n```\n\nPurge the development chain's state:\n\n```bash\n./target/release/paralink-node purge-chain --dev\n```\n\nStart the development chain with detailed logging:\n\n```bash\nRUST_LOG=debug RUST_BACKTRACE=1 ./target/release/paralink-node -lruntime=debug --dev\n```\n\n### Run in Docker\n\nThen run the following command to start a single node development chain.\n\n```bash\n./scripts/docker_run.sh\n```\n\nThis command will firstly compile your code, and then start a local development network. You can also replace the default command (`cargo build --release \u0026\u0026 ./target/release/paralink-node --dev --ws-external`) by appending your own. A few useful ones are as follow.\n\n```bash\n# Run Substrate node without re-compiling\n./scripts/docker_run.sh ./target/release/paralink-node --dev --ws-external\n\n# Purge the local dev chain\n./scripts/docker_run.sh ./target/release/paralink-node purge-chain --dev\n\n# Check whether the code is compilable\n./scripts/docker_run.sh cargo check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexora%2Fparalink-substrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftexora%2Fparalink-substrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftexora%2Fparalink-substrate/lists"}