Any C++ equivalent for Web3.js or Ethers.js?

Cryptocurrency News and Public Mining Pools

Any C++ equivalent for Web3.js or Ethers.js?

I saw Aleth, but it was deprecated.

I'm working with Godot Engines's GDExtension system that has C++ bindings for creating plugins for the Engine. I want to find a complete Ethereum Library like Web3.js or Ethers.js so that I can make a wrapper class to call all the library features and allow game developers to implement web3 features.

I saw some posts about C++ in this sub about 3+ years ago with no good responses. I wonder if anything changed since then. If there is an open source C++ web3 software that would also help, even if it's not a library.

I just don't want to have to implement JSONRPC calls and transation signing (and connecting everything together) from scratch.

EDIT: I can use Javascript If I export games for web, but I'm looking at it's C++ extensions to be able to export games for desktop and mobile with built-in wallets.

submitted by /u/WarlockF13
[link] [comments]