xiongzhu abfe06b311 first commit 2 yıl önce
..
lib abfe06b311 first commit 2 yıl önce
lib.esm abfe06b311 first commit 2 yıl önce
src.ts abfe06b311 first commit 2 yıl önce
LICENSE.md abfe06b311 first commit 2 yıl önce
README.md abfe06b311 first commit 2 yıl önce
package.json abfe06b311 first commit 2 yıl önce
thirdparty.d.ts abfe06b311 first commit 2 yıl önce

README.md

Signing Key

This sub-module is part of the ethers project.

It is responsible for secp256-k1 signing, verifying and recovery operations.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    SigningKey,

    computePublicKey,
    recoverPublicKey

} = require("@ethersproject/signing-key");

License

MIT License