Giter Site home page Giter Site logo

wildonion / wallexerr Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 156 KB

RSA (Asymmetric) Crypto Wallet Implementations using ECC Curves

Home Page: https://crates.io/crates/wallexerr

Rust 62.34% JavaScript 31.03% HTML 6.63%
crypto cryptography ecdsa ed25519 rsa-cryptography secp256k1 secp256r1 wallet web3 elliptic-curve-cryptography

wallexerr's Introduction

Crypto Contract Wallets.

๐Ÿ–ฒ Algorithms

  • ed25519 -> EdDSA
  • secp256k1 -> EC (compatible with all EVM based chains)
  • secp256r1 -> ECDSA

๐Ÿ› ๏ธ Setup on local

refer to https://docs.cossacklabs.com/themis/installation/installation-from-packages/ if you don't want to build themis from source.

wallet infos are inside wallexerr-keys folder in the root of the project.

refer to themis-wasm to see how to use themis inside js.

first clone the repo then install the followings:

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo apt update -y && sudo apt upgrade && sudo apt install -y libpq-dev pkg-config build-essential libudev-dev libssl-dev librust-openssl-dev
git clone https://github.com/cossacklabs/themis.git
cd themis
make
sudo make install
# install themis on MacOS M1
brew install libthemis

๐ŸŽฏ Run

cargo run --bin wallexerr

๐Ÿงช Tests

cargo test # test all wallets
cargo test ed25519_test # test ed25519 wallet
cargo test secp256r1_test # test secp256r1 wallet
cargo test secp256k1_test # test secp256k1 wallet

wallexerr's People

Contributors

wildonion avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.