Generate Keys
The KrypC wallet-dev Service API provides a "Generate Keys" feature, allowing users to obtain private keys, public keys, and addresses with ease.
This creates a wallet using this method.
API Specification
Generate Keys
POST
https://api.krypcore.com/api/v0/devWallet/generateKeys
Generate Keys under the given instance.
Headers
Name
Type
Description
DappId*
String
DappId
Authorization*
String
User Auth key obtained
Take a look at how you might call this method using our official libraries, or via curl
Last updated
Was this helpful?