{"id":19721091,"url":"https://github.com/paramsiddharth/web3-transactions","last_synced_at":"2026-06-10T03:31:07.708Z","repository":{"id":109335594,"uuid":"558045365","full_name":"paramsiddharth/web3-transactions","owner":"paramsiddharth","description":"Random transactions, to-and-fro the self and a peer.","archived":false,"fork":false,"pushed_at":"2022-10-28T12:44:51.000Z","size":161,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T02:57:35.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/paramsiddharth.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}},"created_at":"2022-10-26T19:46:40.000Z","updated_at":"2022-10-27T12:19:21.000Z","dependencies_parsed_at":"2023-03-15T00:01:13.413Z","dependency_job_id":null,"html_url":"https://github.com/paramsiddharth/web3-transactions","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"95b42752d909b54ae434913bf3e004dd5326e7bc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paramsiddharth/web3-transactions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fweb3-transactions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fweb3-transactions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fweb3-transactions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fweb3-transactions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paramsiddharth","download_url":"https://codeload.github.com/paramsiddharth/web3-transactions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paramsiddharth%2Fweb3-transactions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34136112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-11T23:13:19.335Z","updated_at":"2026-06-10T03:31:07.693Z","avatar_url":"https://github.com/paramsiddharth.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3 - Random Transactions\nRandom transactions, to-and-fro the self and a peer.\n\n## Instructions\nStart by setting up a local, and preferably persistent, Ethereum blockchain.\n```bash\nnpm ci\nnpx ganache -v -d --database.dbPath ./blk -i 344 -a 25\n```\n\nChoose from the output and add the relevant variables to a `.env` file in the root.\n```env\n# Required\nWEB3_SELF_ADDRESS=\"\u003cyour-address\u003e\"\nWEB3_SELF_KEY=\"\u003cyour-private-key\u003e\"\n\nWEB3_PEER_ADDRESS=\"\u003canother-address\u003e\"\nWEB3_PEER_KEY=\"\u003ctheir-private-key\u003e\"\n\n# Optional\nWEB3_PROVIDER=\"\u003cethereum-provider\u003e\"\n```\n\nFollowing are the instructions to run the application with different frameworks.\n\n### [Web3.js](https://web3js.readthedocs.io/)\nWeb3.js is an Ethereum client for JavaScript.\n```bash\nnpx ts-node index.ts\n```\n\n### [Web3.py](https://web3py.readthedocs.io/)\nWeb3.py is an Ethereum client for Python.\n```bash\npython -m venv env\n. ./env/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\n### [Web3j](https://docs.web3j.io/)\nWeb3j is an Ethereum client for Java.\n```bash\ncd java/Web3Transactions\nsdk env\nmvn clean install\nmvn package\njava -jar target/Web3Transactions-1.0-SNAPSHOT-jar-with-dependencies.jar\n```\n\n### [Go-Ethereum](https://geth.ethereum.org/)\nGo-Ethereum is an Ethereum client for Go.\n```bash\ngo mod download\ngo run .\n```\n\n### [Rust-Web3](https://docs.rs/web3/latest/web3//)\nRust-Web3 is an Ethereum client for Rust.\n```bash\ncd rust\ncargo run\n```\n\n# Made with ❤ by [Param](https://www.paramsid.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Fweb3-transactions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparamsiddharth%2Fweb3-transactions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparamsiddharth%2Fweb3-transactions/lists"}