{"id":19079230,"url":"https://github.com/weavevm/merged-precompiles-0x69420","last_synced_at":"2025-10-09T16:40:37.629Z","repository":{"id":259713364,"uuid":"879198575","full_name":"weaveVM/merged-precompiles-0x69420","owner":"weaveVM","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-29T11:35:01.000Z","size":358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-28T21:46:52.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Solidity","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaveVM.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,"zenodo":null}},"created_at":"2024-10-27T09:17:04.000Z","updated_at":"2024-10-29T11:35:05.000Z","dependencies_parsed_at":"2024-10-27T14:31:06.897Z","dependency_job_id":"9332521f-162f-4841-ad23-b25374ee115c","html_url":"https://github.com/weaveVM/merged-precompiles-0x69420","commit_stats":null,"previous_names":["weavevm/merged-precompiles-0x69420"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weaveVM/merged-precompiles-0x69420","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fmerged-precompiles-0x69420","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fmerged-precompiles-0x69420/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fmerged-precompiles-0x69420/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fmerged-precompiles-0x69420/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaveVM","download_url":"https://codeload.github.com/weaveVM/merged-precompiles-0x69420/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fmerged-precompiles-0x69420/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001779,"owners_count":26083173,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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-09T02:13:54.253Z","updated_at":"2025-10-09T16:40:37.600Z","avatar_url":"https://github.com/weaveVM.png","language":"Solidity","funding_links":[],"categories":[],"sub_categories":[],"readme":"`// THIS CODE IS LIT 🌿🔥`\n\n## About\n\nThis repository provides instructions on how to deploy your smart contract to the WVM testnet using Forge. It focuses on the Arweave precompiles (0x17, 0x18) to provide a tutorial on how to read and write data to Arweave from the EVM smart contract interface.\n\n## Example deploy address for Merged Precompiles 0x69420\n\n[0x9fb0F63B569f9FD8718Bbb2856a4b6F2458C2d70](https://explorer.wvm.dev/address/0x9fb0F63B569f9FD8718Bbb2856a4b6F2458C2d70)\n\n## Prerequisites\n\n- [Foundry](https://book.getfoundry.sh/getting-started/installation) installed\n- Your smart contract ready for deployment\n\n## Deployment Steps\n\n```sh\nforge create src/MergedPrecompiles0x69420.sol:MergedPrecompiles0x69420 --rpc-url https://testnet-rpc.wvm.dev/ --private-key \u003cprivate key starting with 0x...\u003e --gas-price 10gwei\n```\n\n## Calling methods\n\n```sh\ncast call 0x9fb0F63B569f9FD8718Bbb2856a4b6F2458C2d70 \"read_from_arweave(string)\" \u003cArweaveTXID\u003e --rpc-url https://testnet-rpc.wvm.dev\n\ncast call 0x9fb0F63B569f9FD8718Bbb2856a4b6F2458C2d70 \"upload_to_arweave(string)\" \u003cdataString\u003e --rpc-url https://testnet-rpc.wvm.dev\n```\n\nHelper method example:\n\n```sh\nsh ./script/upload.sh\n```\nFeel free to substitute / change the contract address\n\n## Notes\n\n- The RPC URL `https://testnet-rpc.wvm.dev` is for the WVM testnet.\n- Make sure you have sufficient test tokens from the [faucet](https://wvm.dev/faucet) for gas fees.\n\n## Additional Resources\n\n- [WVM Documentation](https://docs.wvm.dev)\n- [Foundry Book](https://book.getfoundry.sh)\n- [Arweave Precompiles docs](https://docs.wvm.dev/using-weavevm/weavevm-precompiles)\n\n## License\nThis repository is licensed under the [MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fmerged-precompiles-0x69420","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavevm%2Fmerged-precompiles-0x69420","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fmerged-precompiles-0x69420/lists"}