jmininger / signing-api

Kadena wallet signing API definition and reference docs

Home Page:https://kadena-io.github.io/signing-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadena Wallet Signing API

This package contains the specification of the Kadena Wallet Signing API. This API facilitates communication between dapps and wallets. This frees dapp developers from the complexity of managing private keys, allowing them to focus on the functionality and business logic of the application.`

Whenever the dapp needs to send a signed transaction, all you have to do is make an AJAX request to this API on localhost port 9467 and the user's wallet app will handle all the details of transaction signing for you.

Who should use this API?

  • Dapp authors - Anyone writing dapps on the Kadena blockchain will want to use this API to make sure their Dapp works with Chainweaver, the Kadena desktop wallet. The easiest way to do that is to use pact-lang-api, a JavaScript library that handles all the details of the signing API for you.

  • Wallet authors - Anyone writing a wallet for the Kadena blockchain will want to make their wallet expose this API so they can work seamlessly with the Kadena dapp ecosystem.

API Documentation

The swagger.json file contains the generated swagger representation of the API. You can use tools like swagger-codegen to generate client or server code in a large number of different languages.

If you would like to get familiar with the API, you can browse the online docs here:

https://kadena-io.github.io/signing-api/

About

Kadena wallet signing API definition and reference docs

https://kadena-io.github.io/signing-api/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 83.0%Language:Nix 14.1%Language:Shell 2.9%