Welcome to the "Introduction to Coreum-JS" workshop! In this hands-on session, you will learn the fundamentals of Coreum-JS and how to perform various actions related to Coreum tokens and Smart Tokens. By the end of this workshop, you'll have a solid understanding of Coreum-JS and its capabilities.
Before you begin, make sure you have the following prerequisites in place:
- A development environment set up with Coreum-JS installed (npm i coreum-js).
- Install NextJS
- A wallet with some testcore tokens for testing purposes (and you mnemonic).
In this step, you'll learn how to send CORE tokens from one Coreum address to another. This is a fundamental operation in the Coreum ecosystem.
Discover how to issue both Fungible Tokens (FT) and Non-Fungible Tokens (NFT) using Coreum-JS.
Learn how to mint new Smart Tokens, whether they are FT or NFT.
Explore the process of sending Smart Tokens to other addresses within the Coreum network. Understand how transactions work with these tokens.
Dive into the world of NFTs and understand how to whitelist Smart Tokens, making them accessible to specific users / wallet.
Finally, discover how to interact with a smart contract using Coreum-JS. This skill is essential for building more complex applications on the Coreum blockchain.
To get started with the workshop, follow these steps:
- Clone this repository to your local machine.
- Install the necessary dependencies.
- Follow the workshop steps outlined above, using the provided code samples and instructions.
- Experiment and explore to solidify your understanding of Coreum-JS.
This project is licensed under the MIT License - see the LICENSE.md file for details.