You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. In the **Title** field, enter the `address` you copied from the previous section.
117
-
1. Enter any text into the **Description** field; GitHub doesn't allow users to leave this field blank. If you need more than 10,000 test funds, enter the amount of funds you need and why into this field.
118
-
1. Click **Start discussion**.
119
-
120
-
At this point, someone from Entropy will send you some test funds. Once they've sent the funds to your provided address, they'll let you know and close the issue.
121
-
122
-
{{< callout type="warning">}}
123
-
We're currently publically testing some of the Entropy tooling. As such, some of the workflows, like getting test funds, are a bit rough. We're building an automated faucet to hand out test funds, and we'll update this page when it's ready.
124
-
{{< /callout >}}
114
+
The CLI will request `2`test tokens from the Entropy network and forward them to your selected account. This equates to `20,000,000,000` bits, which is enough to perform transactions like registering an account and deploying a program.
125
115
126
116
Once you have been sent some funds, you can check your balance in the CLI.
127
117
128
-
6. Open the CLI text-based user interface using `yarn start`.
129
-
1. Select **Balance** from the menu.
130
-
1. You should see your account in the list. Use the arrow keys to highlight it and press `ENTER`.
118
+
1. Return to the main menue and select**Balance**.
131
119
1. The CLI should show your balance:
132
120
133
121
```output
134
122
? Select Action Balance
135
-
Address 5Dcps2RdXPQfiJBxxDnrF8iDzDHcnZC8rb5mcJ3xicqzhYbv has a balance of: 100000000000000 bits
123
+
Entropy Account [Andre] (5F3xmKa3WRkoHR4o6XjFQaWF2EskhtSh4ST5wY5cfsD9JYbC) has a balance of: 20,000,000,000 BITS
136
124
```
137
125
138
126
Next, you'll register your account on the Entropy network.
0 commit comments