LogoLogo
Ctrlk
Report Bug
  • Koii Summary
    • 🎏Welcome to the New Internet
    • 🔥Impact
    • 🌊Social Tech
    • 🛠️Tools
    • 💡Philosophy
  • 👁️Earning KOII
    • Network Economics
    • Compute Sharing Marketplace
    • Proof of Real Traffic (PoRT)
    • Grants Program
    • Get Free Tokens
  • 🤑Settlement Layer
    • K2 - Tick, Tock, Fast Blocks
    • Native Contracts
    • Running a K2 Node
    • Creating Tokens on K2
    • Block Explorer
    • Wallets
    • Rent
  • 💪Microservices & Tasks
    • What are Tasks?
    • Task Development Kit (TDK)
      • Using the Task Namespace
        • The Namespace Object
        • REST APIs
        • Filesystem Access
        • LevelDB
        • Wallet Signatures
        • Keys and Secrets
        • Storage via IPFS
        • Timestamp, Round and Slot
        • Task State
        • Customizing the Namespace
      • Testing Locally with Docker
    • Task Development Guide
    • Example Task: Google Doodle
    • Run a Task Node
    • Using Reputation
  • ⚙️Koii Software Toolkit (SDK)
    • 🛠️What is the Koii SDK?
    • KOII (K2) JavaScript API
    • Using the Koii CLI
    • Task Node CLI
    • Create Task CLI
    • KOII Faucet
    • Wallet Functions
    • Register Content
    • Basic Utility Functions
  • 🐟Finnie for Devs
    • Welcome to Finnie
    • Connecting Finnie
    • Koii Network
    • Ethereum Network
    • Other EVM Chains
  • 🧙‍♂️🧙♂ 🧙♂ Build Dapps with Koii
    • 👋Welcome to Koii-X
    • 🎨Using NFTs as Content
    • 🤖Integrating Wallets
    • 🚚Template Library
  • ❕Support
    • 🏆Community Forums
    • 📣Contact Support
Powered by GitBook
On this page
  1. 💪Microservices & Tasks
  2. Task Development Kit (TDK)

Using the Task Namespace

Each Task will run inside of the "Task Namespace," which supports a number of built-in utilities:

  • REST APIs via Express.js

  • Filesystem Storage

  • Using Wallets from the Node Operator

  • Using Keys and Secrets from the Node Operator

  • LevelDB

  • Using Storage via IPFS

PreviousTask Development Kit (TDK)NextThe Namespace Object

Last updated 2 years ago