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-keysfolder in the root of the project.
refer to
themis-wasmto see how to use themis inside js.
first clone the repo then install the followings:
&& &&
# install themis on MacOS M1
๐ฏ Run
๐งช Tests