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