Pastel Network
  • Introduction
    • Pastel Overview
    • Pastel Token (PSL)
    • PSL Token Economics
    • Pastel Consensus Protocol
    • Key Features
  • Basics
    • Smart Ticket Structure
    • Fees and Burn
    • SuperNodes
      • SuperNode Staking
      • SuperNode States & Implications for Stake
      • SuperNode Operator Selection
      • SuperNode Fees
    • Governance
    • Accounts
  • Development Guide
    • Types of Pastel installations
      • Pastel Network Architecture
    • Requirements
      • Default directories
    • QuickStart: Running a Node
    • WalletNode
      • API
        • Sense API
        • Cascade API
        • NFT API
      • GRPC Interface
    • SuperNode
      • GRPC Interface
    • Pasteld Daemon
      • Pasteld CLI Implementation
      • Pasteld JSON-RPC API
    • Pastel-CLI
    • Understanding Smart Tickets
      • NFT Tickets
      • PastelID Tickets
    • Testing
    • Tutorials
      • Pastel Wallet App
    • Public Endpoints & Resources
    • Configurations
  • Sense Protocol
    • Sense Overview
    • Sense Basics
    • Building with Sense API
  • Cascade Protocol
    • Cascade Overview
    • Cascade Basics
    • Building with Cascade API
Powered by GitBook
On this page
  • Installation
  • Running WalletNode
  • Using WalletNode

Was this helpful?

Export as PDF
  1. Development Guide

WalletNode

Intermediate access between Pastel's blockchain and storage layer - register and search for NFTs

PreviousQuickStart: Running a NodeNextAPI

Last updated 2 years ago

Was this helpful?

Installation

As with node installation in the , pastelup is the best method for WalletNode installation.

./pastelup-linux-amd64 install walletnode -r latest

This method will also work if you already had node installed as in the quick start guide. A prompt will ask if you'd like to continue installation to the same directory, select yes and wait for installation to complete.

A prompt will also ask about whether you want to install Bridge service. Bridge service helps WalletNode to respond much faster on some API calls that involve downloading data from SuperNodes.

Running WalletNode

Run WalletNode through pastelup to make sure each component is properly started:

./pastelup-linux-amd64 start walletnode

Make sure that the pastel server information printed as well as a message indicating that the walletnode started successfully.

If you opted-in for Bridge Install when installing walletnode, it is useful to have your PastelID beforehand and provide it when prompted. If not, it will generate a PastelID for you & set it in the Bridge config file itself. But before this, please make sure that you with PSL in it (from an exchange or elsewhere).

Using WalletNode

Getting Started

If you want to register NFTs, make sure that you with PSL in it (from an exchange or elsewhere) and then submit a ticket to register your PastelID:

./pastel-cli tickets register id personal <pastelid> <passphrase> <address>

This will cost some PSL, as will other storage actions on the network.

Now head over to the to get started with Swagger.

API docs
quick start guide
have a pastel address
have a pastel address