{"id":20821727,"url":"https://github.com/bmresearch/anvil","last_synced_at":"2025-06-16T16:12:12.555Z","repository":{"id":39901267,"uuid":"445880613","full_name":"bmresearch/Anvil","owner":"bmresearch","description":"A simplistic cross-platform desktop wallet for Solana aimed at offline \u0026 airgapped wallets","archived":false,"fork":false,"pushed_at":"2022-06-04T16:42:15.000Z","size":268,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T16:45:52.412Z","etag":null,"topics":["airgapped","multisig","offline-wallet","solana","spl-token","wallet"],"latest_commit_sha":null,"homepage":"","language":"C#","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/bmresearch.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}},"created_at":"2022-01-08T17:11:55.000Z","updated_at":"2024-01-20T04:22:09.000Z","dependencies_parsed_at":"2022-08-09T15:36:12.350Z","dependency_job_id":null,"html_url":"https://github.com/bmresearch/Anvil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bmresearch/Anvil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FAnvil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FAnvil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FAnvil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FAnvil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bmresearch","download_url":"https://codeload.github.com/bmresearch/Anvil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bmresearch%2FAnvil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260194786,"owners_count":22972639,"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":["airgapped","multisig","offline-wallet","solana","spl-token","wallet"],"created_at":"2024-11-17T22:12:59.127Z","updated_at":"2025-06-16T16:12:12.535Z","avatar_url":"https://github.com/bmresearch.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"assets/anvil.png\" margin=\"auto\"/\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=blockmountainio\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/blockmountainio?style=flat-square\u0026logo=twitter\"\n            alt=\"Follow on Twitter\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv style=\"text-align:center\"\u003e\n\n# Introduction\n\n\u003cp\u003e\n\nAnvil is a simplistic cross-platform desktop wallet aimed at making offline signing and multisig usage easier within the Solana ecosystem.\n\nView the [demo](https://youtu.be/Hu2u83XXcOk).\n\n\u003c/p\u003e\n\n\u003c/div\u003e\n\n## Features\n\n- Crafting transactions for offline signing w/ nonce account usage\n  - From and to regular accounts (aimed at offline signing)\n  - From and to multisig accounts\n- Signing messages\n- Reassembling transactions from messages \u0026 signatures and submitting to network\n- Creating multisig accounts\n- Creating nonce accounts\n\n## Planned\n\n- Improving the codebase\n- Cashmere Wallet integration\n- Ledger support\n\n## Dependencies\n\n- .NET 6\n- Solnet v6.0.0\n\n## Build\n\nTo build Anvil you will need to have the [.NET Runtime 6.0.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0) installed.\n\nIf you wish to build and publish the application for use within the same machine you can run the following command:\n\n```\ndotnet publish -c Release -o ./publish\n```\n\nThe output binaries and executable will be inside `./publish/`\n\n\nIf you wish to publish the application to be executed in an airgapped machine you will need to build the application as self-contained,\n the following examples will do that for the different architectures.\n\n#### Windows\n\n```\ndotnet publish -c Release -o ./publish --runtime win-x64 --self-contained true\n```\n\n#### macOS x64\n\n```\ndotnet publish -c Release -o ./publish --runtime osx.12-x64 --self-contained true\n```\n\n#### macOS arm64\n\n```\ndotnet publish -c Release -o ./publish --runtime osx.12-arm64 --self-contained true\n```\n\n#### Linux x64\n\n```\ndotnet publish -c Release -o ./publish --runtime linux-x64 --self-contained true\n```\n\nIf you wish to publish the application for another runtime, check out the list of available [runtime identifiers](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog#using-rids).\n\n\n## Contribution\n\nWe encourage everyone to contribute, submit issues, PRs, discuss. Every kind of help is welcome.\n\n## Maintainers\n\n* **Hugo** - [murlokito](https://github.com/murlokito)\n* **Tiago** - [tiago](https://github.com/tiago18c)\n\nSee also the list of [contributors](https://github.com/bmresearch/Solnet/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/bmresearch/Solnet/blob/master/LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmresearch%2Fanvil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbmresearch%2Fanvil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbmresearch%2Fanvil/lists"}