Merge branch 'hyle-team:main' into main
This commit is contained in:
commit
6fdfedd742
3 changed files with 21 additions and 2 deletions
2
docs/build/libraries/_category_.json
vendored
2
docs/build/libraries/_category_.json
vendored
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"label": "Zano Libraries",
|
||||
"position": 2
|
||||
"position": 3
|
||||
}
|
||||
|
|
|
|||
2
docs/build/overview.md
vendored
2
docs/build/overview.md
vendored
|
|
@ -12,7 +12,7 @@ Kickstart your journey with our RPC API Guide [Overview](rpc-api/overview.md). H
|
|||
|
||||
### Confidential Assets
|
||||
|
||||
If launching your own project centered around private transactions is your goal, our [Confidential Assets](confidential-assets/overview) section provides detailed methods to give your initiative a solid foundation.
|
||||
If launching your own project centered around private transactions is your goal, our [Confidential Assets](confidential-assets/overview.md) section provides detailed methods to give your initiative a solid foundation.
|
||||
|
||||
## Exchange Listing Guidelines
|
||||
|
||||
|
|
|
|||
19
docs/build/public-nodes.md
vendored
Normal file
19
docs/build/public-nodes.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Public Nodes
|
||||
|
||||
:::warning
|
||||
|
||||
For secutity reasons it's not recommended to use private api with public daemon
|
||||
|
||||
:::
|
||||
|
||||
## Mainnet (daemon)
|
||||
|
||||
http://37.27.100.59:10500/json_rpc
|
||||
|
||||
## Testnet (daemon)
|
||||
|
||||
http://37.27.100.59:10505/json_rpc
|
||||
Loading…
Add table
Reference in a new issue