JS / Docker example code
Akave Link API - Hackathon Documentation
Getting Started
Step 1: Pull the Docker Image
docker pull akave/akavelink:latestStep 2: Get a Wallet Address and Request Funds

Blockchain explorer : http://explorer.akave.ai
Step 3: Run the Akave Link Container
Setting Up the JavaScript Wrapper
Example Usage:
Bucket Operations
1. Create a Bucket
2. List Buckets
3. View Bucket Details
File Operations
1. List Files in a Bucket
2. Get File Info
3. Upload a File
4. Download a File
Error Handling
Last updated