Octane 🤝 Hot Wallet PoC

We’ve made our initial proof-of-concept repositories public so feel free and check them out. Hopefully they help get you started integrating with Octane if you’re facing the same scenario. There are two one for a simple service using octane build with node and another proving out the functionality from a client that we built using native iOS tools.

Octane Server

A simple lightweight server that resigns transactions moving the transaction fees off of the original signer.

https://github.com/Tokr-Labs/octane-serverarrow-up-right

iOS Octane Client

A lightweight example of using octane to re-sign Solana transactions forwarding the transaction fees onto the another account.

https://github.com/Tokr-Labs/ios-octane-clientarrow-up-right

You can view a sample transaction output on the Solana block explorer here: https://explorer.solana.com/tx/PaqV6BrWJ2RCzvMfw88WMuPAUBQMjuaH4SCy7CvL2cZvN7ieBtk9qPZcFqyn17ESXkYhzrWmLxTnF6bu7jMbxgZ?cluster=devnetarrow-up-right

Example gasless transaction

Last updated