0.0.11 • Published 7 months ago

@altpd13/pkp-viem v0.0.11

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

pkp-viem

yarn add @altpd13/pkp-viem

Running unit tests

Create config.json file on root directory.

{
  "PRIVATE_KEY": "<your private key. If there is a leading 0x, delete it>",
  "CONTROLLER_AUTHSIG": {
    "sig": "",
    "derivedVia": "",
    "signedMessage": "",
    "address": ""
  },
  "PKP_PUBKEY": "<your pubkey>"
}

Run yarn start <test-case> or yar dev <test-case> to execute the test.

/**
 * Test cases:
 * 1 = create a PKP Viem Account
 * 2 = create a PKP Viem Account and sign message
 * 3 = create a PKP Viem Account and sign Typed Data
 * 4 = create a PKP Viem Wallet Client and send a transaction
 * 5 = create a PKP Viem Account and send raw transaction
 */
0.0.11

7 months ago

0.0.10

7 months ago

0.0.9

7 months ago

0.0.8

7 months ago

0.0.7

7 months ago

0.0.6

7 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago