Create a Blockchain Address
Step-by-step example of how to create a Public Mint blockchain address
In this example you'll learn how to create a valid blockchain address that can be used on Public Mint's blockchain.
Before you start
Public Mint's service APIs offer a series of methods that can be used to integrate with Public Mint services and blockchain. Before you start, it's recommended that you review the full documentation available online on developers.publicmint.io.
Creating Addresses
There are many ways of creating a blockchain address. In this example, we'll use NodeJS with the Web3 lib to communicate with the blockchain.
Example
This example will return the private key and the public address of the newly created account. Both will be necessary to integrate with Public Mint's blockchain and service APIs.
Last updated