Akord docs
  • Introduction
    • 👋About Akord
    • 🌇Akord–Arweave Sunsetting FAQs
    • Page
  • API & DEV TOOLS
    • 🕺Simple API upload
    • 🤓Learn
      • Akord protocol
        • Tags
        • Vault
          • Fields
          • Functions
            • vault:init
            • vault:update
            • vault:archive
            • vault:restore
        • Membership
          • Fields
          • Functions
            • membership:invite
            • membership:accept
            • membership:reject
            • membership:revoke
            • membership:change-role
            • membership:update
        • Node
          • Fields
          • Functions
            • node:create
            • node:update
            • node:move
            • node:revoke
            • node:restore
            • node:delete
      • Publishing a website
        • Troubleshooting website publishing
      • Technical Litepaper
      • End-to-end encryption
      • Bundling
    • 🏗️Build
      • REST API
        • Authentication
        • Rate limits
        • Timeouts
        • Webhooks
        • Examples
          • Simple uploads
          • Multipart uploads
      • SDK – AkordJS
        • Usage
        • Modules
          • Auth
          • Vault
          • Membership
          • Folder
          • Stack (file)
          • Manifest
          • Note
          • Memo (message)
          • Batch
        • Examples
      • CLI
        • Quick start
        • Login
        • Vaults
        • Files and stacks
        • Memos / messages
        • Folders
        • Memberships
      • Arweave Gateway – AKRD
  • App
    • 💻Product guides
      • Signing up
        • Akord Wallet
        • Recovery phrase explained
      • Akord Vaults
        • Vault types explained
        • Creating a vault
        • Vault info
      • File management
        • Uploading files
        • File info
        • Sort/filter, folders & batch actions
        • File versioning
      • Add manifest
      • Sharing files
      • Media gallery
      • Invites
      • Messaging
      • Notes
      • Timeline
      • Storage
        • Monitoring usage
        • Top ups
        • Blockchain transactions
      • Account
        • Reveal recovery phrase
        • Change password
        • Account deletion
Powered by GitBook
On this page

Was this helpful?

  1. API & DEV TOOLS
  2. Learn
  3. Akord protocol
  4. Node
  5. Functions

node:create

Create new node instance

Valid caller:

  • membership role: OWNER/CONTRIBUTOR

  • membership status: ACCEPTED

[
    {
        name:"Function-Name"
        value:"node:create"
    }
    {
        name:"Node-Id"
        value:"b58876e2-3f2e-43f5-8d19-7d8bcefa156a"
    }
    {
        name:"Node-Type"
        value:"Folder"
    }
    {
        name:"Signer-Address"
        value:"9+zypjejQt17sd0dJ5MSfOLSy7kXOPsEGVetOVOUkRgZe0Zpy83Kubx/enrTwxf+djMevL0BlK0WsrR49FAyHg=="
    }
    {
        name:"Vault-Id"
        value:"Z_PVOyEb2a3RQJZXPGZuech2XNI5BGemKcSD4Hx34Wo"
    }
    {
        name:"Timestamp"
        value:"1665155853207"
    }
    {
        name:"Client-Name"
        value:"Akord-App"
    }
    {
        name:"Protocol-Name"
        value:"Akord"
    }
    {
        name:"Protocol-Version"
        value:"1.0.0"
    }
    {
        name:"Timestamp"
        value:"1665155861820"
    }
    {
        name:"App-Name"
        value:"SmartWeaveAction"
    }
    {
        name:"App-Version"
        value:"0.3.0"
    }
    {
        name:"Contract"
        value:"Z_PVOyEb2a3RQJZXPGZuech2XNI5BGemKcSD4Hx34Wo"
    }
    {
        name:"Input"
        value:"{"function":"node:create","data":"e31_XvjID79GZRK3-h9uddWVl5wPM7Fsa8dr580GNVo"}"
    }
]

Last updated 1 year ago

Was this helpful?

🤓