Are there dev docs to develop an Ark client?

I couldn’t find any documentation for developing a wallet/client. Is there an API reference or SDK available so I can try building a wallet as a weekend project?

Also, what would you say is the main distinguishing feature of this implementation? From what I understand, Arkade offers the opcode functionality — does this one stand out by being faster, requiring lower fees, or something else?

The API docs for our Rust library can be found here: Wallet in bark - Rust

If you’re familiar with Rust, that should be enough to get going.

Yes, it is more than enough. Thank you :smiley:

1 Like