PLT examples#

At a glance

This page provides an overview of the PLT code examples available across three tools: the concordium-client CLI, the Web SDK (TypeScript/JavaScript), and the Rust SDK. After reading, you will know which example page to visit for your preferred tool and how to connect to the testnet gRPC node.

This section provides examples of how to work with Protocol-Level Tokens (PLTs) using tools and SDKs provided by Concordium:

Concordium Client CLI Tool: Command line tool for performing PLT operations directly on testnet

Web SDK: JavaScript/TypeScript SDK for PLT operations in web applications

Rust SDK: Concordium Rust SDK for PLT operations in native applications

Testnet gRPC Connection#

When connecting to the testnet gRPC node, use the following parameters:

  • Address: https://grpc.testnet.concordium.com

  • Port: 20000

Was this article helpful?