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
Good job! Now it’s time to learn how to actually develop contracts. You can now visit the [CosmWasm documentation](/docs/vota-dev/resources#cosmwasm-docs) to gain a better understanding of how to interact with the Dora Vota blockchain.
Copy file name to clipboardExpand all lines: pages/docs/vota-dev/dorad.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ You can verify that dorad was installed properly by running:
36
36
37
37
If you can see the version info, it means the installation was successful.
38
38
39
-
`dorad` supports general Cosmos SDK and Tendermint commands. You can run the tool to see a list of commands with explanations of what they do with `dorad`
39
+
`dorad` supports general Cosmos SDK and Tendermint commands. You can run the tool to see a list of commands with explanations of what they do with `dorad`:
40
40
41
41
```ansi filename="Terminal"
42
42
[0m$ dorad
@@ -124,8 +124,8 @@ The denom of Dora Vota is `peaka`, and `1 DORA = 10^18 peaka`.
124
124
125
125
### Transfer between addresses
126
126
127
-
-`from_addr`: source address of this transfer transaction
128
-
-`to_addr`: destination address of this transfer transaction
127
+
-`from_addr`: source address of this transfer transaction.
128
+
-`to_addr`: destination address of this transfer transaction.
129
129
-`amount`: you can use `peaka` or `DORA` which depends on the amount you’re transferring.
130
130
131
131
Here is an example of token transfer on Dora Vota:
Copy file name to clipboardExpand all lines: pages/docs/vota-dev/resources.mdx
+41-12Lines changed: 41 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,44 +9,73 @@ import { Tabs } from 'nextra/components'
9
9
10
10
There are several public resources available for development.
11
11
12
-
## Chain overview
12
+
## Networks
13
13
14
-
We have now launched the Dora Vota Mainnet, identified with the chain-id: `vota-ash`.
14
+
We have now launched the following:
15
+
16
+
- Dora Vota Mainnet, identified with the chain ID: `vota-ash`.
17
+
- Dora Vota Testnet, identified with the chain ID: `vota-testnet`.
15
18
16
19
## Genesis files
17
20
18
-
You can find the genesis file of the Mainnet `vota-ash` from our [GitHub repo](https://github.com/DoraFactory/doravota/blob/main/config/mainnet/genesis.json).
21
+
You can find the genesis files from our GitHub repo:
0 commit comments