{"id":18624102,"url":"https://github.com/wildonion/wallexerr","last_synced_at":"2025-04-11T03:32:02.033Z","repository":{"id":191341253,"uuid":"684448180","full_name":"wildonion/wallexerr","owner":"wildonion","description":"RSA (Asymmetric) Crypto Wallet Implementations using ECC Curves","archived":false,"fork":false,"pushed_at":"2024-04-21T16:13:38.000Z","size":158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-25T09:02:07.268Z","etag":null,"topics":["crypto","cryptography","ecdsa","ed25519","elliptic-curve-cryptography","rsa-cryptography","secp256k1","secp256r1","wallet","web3"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/wallexerr","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/wildonion.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":"2023-08-29T06:30:52.000Z","updated_at":"2024-08-09T07:45:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7d0957c-0630-4b1f-aff8-e2d7e1b78e6d","html_url":"https://github.com/wildonion/wallexerr","commit_stats":null,"previous_names":["wildonion/wallet"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildonion%2Fwallexerr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildonion%2Fwallexerr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildonion%2Fwallexerr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wildonion%2Fwallexerr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wildonion","download_url":"https://codeload.github.com/wildonion/wallexerr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335514,"owners_count":21086604,"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":["crypto","cryptography","ecdsa","ed25519","elliptic-curve-cryptography","rsa-cryptography","secp256k1","secp256r1","wallet","web3"],"created_at":"2024-11-07T04:27:25.520Z","updated_at":"2025-04-11T03:31:57.014Z","avatar_url":"https://github.com/wildonion.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003e Crypto Contract Wallets.\n\n## 🖲 Algorithms\n\n- ed25519   -\u003e EdDSA\n- secp256k1 -\u003e EC (compatible with all EVM based chains)\n- secp256r1 -\u003e ECDSA\n\n## 🛠️ Setup on local\n\n\u003e refer to https://docs.cossacklabs.com/themis/installation/installation-from-packages/ if you don't want to build themis from source.\n\n\u003e wallet infos are inside `wallexerr-keys` folder in the root of the project.\n\n\u003e refer to `themis-wasm` to see how to use themis inside js.\n\nfirst clone the repo then install the followings:\n\n```bash\nwget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb\nsudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb\nsudo apt update -y \u0026\u0026 sudo apt upgrade \u0026\u0026 sudo apt install -y libpq-dev pkg-config build-essential libudev-dev libssl-dev librust-openssl-dev\ngit clone https://github.com/cossacklabs/themis.git\ncd themis\nmake\nsudo make install\n# install themis on MacOS M1\nbrew install libthemis\n```\n\n### 🎯 Run\n\n```bash\ncargo run --bin wallexerr\n```\n\n### 🧪 Tests\n\n```bash\ncargo test # test all wallets\ncargo test ed25519_test # test ed25519 wallet\ncargo test secp256r1_test # test secp256r1 wallet\ncargo test secp256k1_test # test secp256k1 wallet\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildonion%2Fwallexerr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwildonion%2Fwallexerr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwildonion%2Fwallexerr/lists"}