Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@keplr-ewallet/stdlib-js

chainapsis2.5k0.0.2-rc.23TypeScript support: included

null

keplr, ewallet

readme

<picture> <source media="(prefers-color-scheme: light)" srcset="https://keplr-ewallet.s3.ap-northeast-2.amazonaws.com/icons/product_logo.svg"> <source media="(prefers-color-scheme: dark)" srcset="https://keplr-ewallet.s3.ap-northeast-2.amazonaws.com/icons/product_logo_dark.svg"> Logo </picture>

Crypto wallet seamlessly built in your apps.

Using the latest advances in cryptography, Keplr Embedded delivers a seamless experience by integrating the security of blockchain wallets directly into web or mobile apps.

  • 🔒Enhanced Security: Multi-party computation to generate signature
  • 🚀 Better User Experience: No browser extension, no secret phrases, sign in with a social account.
  • Developer Friendly: Simple integration, wallet programmability

Explore the docs »

View Demo

Ewallet SDK

Packages Latest
@keplr-ewallet/ewallet-sdk-core npm version
@keplr-ewallet/ewallet-sdk-cosmos npm version
@keplr-ewallet/ewallet-sdk-eth npm version

How it works

TBD

Running a key share node

Please refer to the document.

Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.

Code Formatting

This project uses Biome for code formatting.

For installtion, you can refer to the following documentations

Biome provides two major operations: format and check

  • The difference between format and check is that check also runs lint with format.

Security

TBD

License

Distributed under the GPL v3 License. See GPL V3 License for more information.

Development

Prerequisites

  • Postgres 17+

pg_dump

During development, key share node assumes the system has "pg_dump" executable. pg_dump should be installed while installing Postgres. One way to install on MacOS is as follows.

brew install postgresql@18
echo 'export PATH="/opt/homebrew/opt/postgresql@18/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc