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. Build
  3. CLI

Login

Akord wallet contain the keys and addresses that are used to interact with your vaults. A wallet is generated and associated with the user upon signup process.

Configure the CLI by signing in with your Akord account.

akord login winston@gmail.com

Once authenticated, the CLI should return info about your imported Akord Wallet.

     _      _                         _ 
    / \    | | __   ___    _ __    __| |
   / _ \   | |/ /  / _ \  | '__|  / _` |
  / ___ \  |   <  | (_) | | |    | (_| |
 /_/   \_\ |_|\_\  \___/  |_|     \__,_|
                                        
Your wallet was stored successfully at: ~/.akord
Your wallet address: Fam7cUuIO94BqEV3q1fEUuZX1VdFlU5sRphD4TeyWfQ=
Your wallet public key: ZBL6aKJLQP0MBDMYvxSZe9xidQOb/fizZi5fjICvaAE=
Your wallet signing public key: UpPO31iiWF7uLjU5KkekEU54SMgWuigAjrErORKAWb0=

Don't have an account? Signup to Akord with an email address.

akord signup winston@gmail.com

Last updated 1 year ago

Was this helpful?

๐Ÿ—๏ธ