Blockchain integrated
Installation
Requirements
git clone https://github.com/akave-ai/akavesdk.git
cd akavesdkMac OS Go install example
If you don’t already have Go installed, you can add it with:
brew install goIf Go is installed and you need to upgrade to version 1.22+ use:
brew upgrade goAfter installing or upgrading, confirm the version:
Ubuntu OS Go install example
Download package, check online for new version if needed.
Install Go package
Set path
After installing or upgrading, confirm the version:
Build
Test & make binary system wide available
1. Ubuntu/Debian
2. macOS
3. Other Unix-Based Systems (e.g., CentOS, Fedora)
4. Alternative Locations (If /usr/local/bin is Unavailable)
/usr/local/bin is Unavailable)Verifying the Installation
Run
Get a Wallet Address and Add the Chain to MetaMask

Blockchain explorer
Node Address
IPC API Commands (Preferred)
Approach to Protect Your Private Key
How to Implement This Securely
Steps to Set Up an Environment Variable for Your Private Key
Optional: Add the Environment Variable in Your .bashrc or .zshrc
.bashrc or .zshrcLast updated