This guide will walk you through the process of setting up your platform account on the Enjin hosted version of the Enjin Platform.
Step 1: Register Your Account
To begin, you will need to register for an account.
- Go to the account registration page.
- Fill in your details as prompted.
- Click on the 'Register' button.
Once you've registered, you'll receive a verification email. Click on the link in the email to verify your account.
Step 2: Wallet Daemon Setup
To interact with the blockchain, your account needs to be connected to a wallet daemon. This wallet daemon service will receive transactions from the platform, sign them on your behalf, and then broadcast them to the Enjin Blockchain.
First, you will need to download the latest version of the wallet daemon from this repository. For a detailed overview of the wallet daemon, please refer to this documentation.
Next, ensure that your wallet is funded with some ENJ tokens. This will allow the wallet daemon to process transactions.
Step 3: Create an API Token
After setting up the wallet daemon, the next step is to create an API token. This token will allow your wallet daemon to interact with the Enjin Platform.
- Navigate to the settings page on the Enjin Platform.
- Follow the instructions on the page to create a new API token.
Once your API token is created, you'll need to update the "PLATFORM_KEY" variable in the "daemon/configs/daemon/.env" file.
The final line should look like this:
PLATFORM_KEY=<Your new API key>
And there you have it! Your Enjin Platform account is now set up and ready for you to create, manage, and distribute blockchain assets. If you encounter any issues during the setup process or have any further questions, don't hesitate to reach out to our support team.
Comments
0 comments
Please sign in to leave a comment.