Whats the easiest way of interacting with Akord API on my frontend app?

Check out akord-js: https://github.com/Akord-com/akord-js That’s our client-side library that takes care of:

  • end-to-end encryption

  • posting transactions to Arweave using Akord protocol

  • talking to Akord API

  • talking to Arweave API.

That little lib is performing all actions you will see on our app, v2.akord.com. You can create a new vault, upload E2E encrypted files or subscribe to Arweave transaction status change.

PS. it works on node too.

Last updated