{"id":22783118,"url":"https://github.com/frontmage/web3d","last_synced_at":"2025-03-30T15:13:45.436Z","repository":{"id":81856359,"uuid":"495711144","full_name":"FrontMage/web3d","owner":"FrontMage","description":"web3 daemon","archived":false,"fork":false,"pushed_at":"2023-03-13T02:55:52.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T16:39:23.543Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FrontMage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-24T07:16:19.000Z","updated_at":"2022-07-07T06:51:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"af1332f5-bec1-4566-b66d-8ce234b4e8cd","html_url":"https://github.com/FrontMage/web3d","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fweb3d","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fweb3d/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fweb3d/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FrontMage%2Fweb3d/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FrontMage","download_url":"https://codeload.github.com/FrontMage/web3d/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246334430,"owners_count":20760644,"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":"2024-12-11T22:07:05.456Z","updated_at":"2025-03-30T15:13:45.423Z","avatar_url":"https://github.com/FrontMage.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web3d\nThe deeper chain watcher application. Manages the tasks of deeper chain.\n\n# Setup\nInstall Rust\n\nInstall Docker\n\n# Formatting\nRemember to run \"cargo fmt\" before committing!\n\n# Build\n```\ncargo build --release\n```\n\n# Run\n```\ncargo run\n```\n\n# Wallet balance issues\n\nPlease make sure that the wallets in `./key` has some balance for gas fee.\n\n# Cross-platform build\nTo build this project for other platform, make sure you have cross compiler tools installed on your development machine.\n\n### host MacOS, target for arm\n\nmacOS cross compiler toolchains, supports both Apple Silicon \u0026 Intel Macs.\n\ninstall using Homebrew:\n\n```bash\nbrew tap messense/macos-cross-toolchains\n# install x86_64-unknown-linux-gnu toolchain\nbrew install x86_64-unknown-linux-gnu\n# install aarch64-unknown-linux-gnu toolchain\nbrew install aarch64-unknown-linux-gnu\n```\n\nSuppose you have installed `x86_64-unknown-linux-gnu` toolchain and have it on `PATH`,\nsetup the environment variables as below to use it with Cargo.\n\n```bash\nexport CC_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-gcc\nexport CXX_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-g++\nexport AR_x86_64_unknown_linux_gnu=x86_64-unknown-linux-gnu-ar\nexport CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-unknown-linux-gnu-gcc\nrustup target add x86_64-unknown-linux-gnu\ncd web3d\ncargo build --target=x86_64-unknown-linux-gnu --release\n```\n\nfor aarch64\n\n```bash\nexport CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc\nexport CXX_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-g++\nexport AR_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-ar\nexport CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-unknown-linux-gnu-gcc\nrustup target add aarch64-unknown-linux-gnu\ncd web3d\ncargo build --target=aarch64-unknown-linux-gnu --release\n```\n\n### host x86 Linux, target arm64\n\nintall cross compiler toolchain and dependency library\n\n```bash\nsudo apt install -y gcc-aarch64-linux-gnu\nsudo apt install -y pkg-config\nsudo apt install -y libssl-dev\n```\n\n```bash\nrustup target add aarch64-unknown-linux-gnu\nexport CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc\nexport CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++\nexport AR_aarch64_unknown_linux_gnu=aarch64-linux-gnu-ar\nexport CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc\ncd web3d\ncargo build --target=aarch64-unknown-linux-gnu --release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontmage%2Fweb3d","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontmage%2Fweb3d","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontmage%2Fweb3d/lists"}