-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BLOCK-2214] - How to create trx, check explorer (toolkit) #165
[BLOCK-2214] - How to create trx, check explorer (toolkit) #165
Conversation
|
||
- A developer account on the Ultra testnet. If you don't have one, follow our previous tutorial: [Generate a key and create a developer Testnet account](./tutorial-generate-key-and-create-testnet-account.md). | ||
- Your account must have sufficient UOS tokens for transactions and fees. | ||
- The latest version of the Ultra toolkit installed on your machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this prerequisite is not required since we expect the user to use toolkit hosted at https://toolkit.ultra.io/
Before starting this tutorial, you will need: | ||
|
||
- A developer account on the Ultra testnet. If you don't have one, follow our previous tutorial: [Generate a key and create a developer Testnet account](./tutorial-generate-key-and-create-testnet-account.md). | ||
- Your account must have sufficient UOS tokens for transactions and fees. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this we will need to keep in mind to have a small transitional tutorial on how to get UOS and check that you've got it. Since the simplest meaningful transactions require UOS to do something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I modified the Prerequisites.
|
||
## Purchasing Digital Assets (Uniqs) | ||
|
||
To purchase a Uniq from the Token Factory using the Ultra toolkit, follow these steps carefully: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rename Token Factory
to Uniq Factory
in all places in the doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Renamed.
|
||
### Step 2: Explore Available Uniqs | ||
|
||
View the Uniqs available under Token Factory 4243. This screen will show you the specific Uniqs that you can purchase from this factory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step is not needed because the Uniq you get is a new one which won't be in this list yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Removed this step.
|
||
### Step 8: Verify Ownership of New Uniq | ||
|
||
To confirm the purchase, revisit the Factory Explorer page for Factory 4243. Verify that the new Uniq now appears under your account `1aa2aa3aa4in`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to direct the user in this case to this page instead: https://toolkit.ultra.io/user. Here they can just enter their account name. Or ask them to go to https://toolkit.ultra.io/user and when they are logged in the first button will be Inventory
.
The reason is that there will be potentially many owners of the Uniqs from this factory and you will need to go through multiple pages until you get to your account. In the User page it will be much clearer since it is only a single Uniq that will be listed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Modified this step.
… explanation for searching Uniqs
…plore Available Uniqs section
No description provided.