Radix JavaScript library
Radix JavaScript library
Knowledge Base
GitHub
Website
Blog
betanet
JavaScript client library
Release changelog
API reference
Knowledge Base
GitHub project
Guides
Getting started
Saving dApp settings
Examples
Code examples
General use
Account management
Atom management
Identity management
Private key management
Token management
Transaction management
Demo applications
Community
Telegram
Discord
Reddit
Twitter
Powered by GitBook

Code examples

In this section we demonstrate a few implementation examples to execute basic tasks with our JavaScript library.

These code examples are divided into several topics:

  • General

    • ​Initializing a universe​

    • ​Setting a log level​

  • Manage accounts

    • ​Creating a custom account system​

  • Manage atoms

    • ​Reading atoms from a public address​

    • ​Reading and decrypting atoms from an owned address​

    • ​Caching atoms​

  • Manage identities

    • ​Creating a remote identity​

    • ​Creating a simple identity​

  • Manage tokens

    • ​Creating tokens​

    • ​Querying the ledger for token definitions​

    • ​Minting tokens​

    • ​Burning tokens​

  • Manage transactions

    • ​Sending a transaction​

    • ​Sending a message​

    • ​Storing an application payload​

  • Manage private keys

    • ​Storing private keys​

    • ​Loading private keys​

Tip: if you're new to our JS library, we suggest you to begin with our Get Started guide.

Guides - Previous
Saving dApp settings
Next
General use
Last updated 2 years ago
Edit on GitHub