Skip to content

Commit

Permalink
Merge pull request #162 from lacchain/fix/network-monitor-link
Browse files Browse the repository at this point in the history
Update link to antelope tools
  • Loading branch information
xavier506 authored Sep 19, 2023
2 parents fffab01 + 4df06ec commit f692294
Show file tree
Hide file tree
Showing 22 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions docs/datos-entidades-nodos.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Insertará o actualizará un registro en la tabla `entity` en los contratos del
"code_of_conduct": "https://eoscostarica.io/en/transparency/#code_of_conduct",
"ownership_disclosure": "https://eoscostarica.io/en/transparency/#ownership_disclosure",
"github_user": "eoscostarica",
"chain_resources": ["https://lacchain.eosio.online"],
"chain_resources": ["https://lacchain.antelope.tools"],
"other_resources": ["https://guias.eoscostarica.io", "https://guides.eoscostarica.io"],
"branding": {
"logo_256": "https://eoscostarica.io/assets/eos-CostaRica-256x256.png",
Expand Down Expand Up @@ -228,7 +228,7 @@ Para nodos de tipo validador y observador existen estos servicios opcionales.
- `snapshot-api`

## Enlaces Utiles
Con el propósito de facilitar la actualización de datos de las entidades hemos desarrollado una herramienta para entidades permisionadas. Para acceder a la interfaz de usuario para actualizar datos seleccione la opción "Update Node Info" en el [Monitor de red](https://lacchain.eosio.online).
Con el propósito de facilitar la actualización de datos de las entidades hemos desarrollado una herramienta para entidades permisionadas. Para acceder a la interfaz de usuario para actualizar datos seleccione la opción "Update Node Info" en el [Monitor de red](https://lacchain.antelope.tools).

Valide sus JSON aquí: https://www.jsonschemavalidator.net/

Expand Down
4 changes: 2 additions & 2 deletions docs/guias/crear-cuenta-entidad.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Para que una entidad tenga permiso para operar un nodo escritor, debe seguir los

1. Lea, comprenda y acepte los [Términos y condiciones para los nodos escritores para LACChain](../writer-nodes-terms-conditions) que incluye la Política de privacidad y los Casos de uso prohibido como anexos.
2. Complete el [Acuerdo de nodo](../node-agreement) y envíelo firmado a [email protected] (como PDF).
3. Añada los datos sobre su entidad non-partner utilizando las herramientas de [gobernanza de la red](https://lacchain.eosio.online/management).
3. Añada los datos sobre su entidad non-partner utilizando las herramientas de [gobernanza de la red](https://lacchain.antelope.tools/management).
4. Siga las [instrucciones](./instalacion-nodos) para implementar un nodo de escritor y envíenos la información del nodo que obtiene al final del proceso a [email protected] para autorizar su nodo.

Las entidades que "non-partner" pueden registrar nuevas cuentas en la red y permitir que las transacciones ingresen a la red firmando conjuntamente las transacciones con la llave privada del nodo escritor.
Expand All @@ -48,7 +48,7 @@ Para que una entidad tenga permiso para operar un nodo validador, debe seguir lo
1. Conviértase en socio (partner) de LACChain Alliance.
2. Lea, comprenda y acepte los [Términos y condiciones para nodos validadores LACChain](../validator-nodes-terms-conditions) que incluye la Política de privacidad y los Casos de uso prohibido como anexos.
3. Complete el [Acuerdo de nodo](../node-agreement) y envíelo firmado a [email protected] (como PDF).
4. Ingrese los datos sobre su entidad partner utilizando las herramientas de [gobernanza de la red](https://lacchain.eosio.online/management).
4. Ingrese los datos sobre su entidad partner utilizando las herramientas de [gobernanza de la red](https://lacchain.antelope.tools/management).
5. Siga las [instrucciones](./instalacion-nodos) para implementar un nodo validador y envíenos la información del nodo que obtiene al final del proceso a [email protected] para autorizar su nodo.

Los partner de la red LACChain EOSIO son entidades que también pueden formar parte del comité permisionador, que se encarga de regular y administrar la gestión de los recursos y el acceso a la red.
Expand Down
2 changes: 1 addition & 1 deletion docs/guias/desplegar-contrato-inteligente.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Para finalizar ejecutamos el archivo con el comando `sudo ./holacontrato.sh`, lu

## 6. Verificación de contrato

Para esto nos dirigimos a la aplicación [LACChain EOSIO Dashboard](https://lacchain.eosio.online/accounts), podemos verificar que la cuenta es dueña de un contrato que expone la acción `hola` y que contiene la información abi en la que se especifican en estructura JSON las acciones dentro del contrato y componentes asociados.
Para esto nos dirigimos a la aplicación [LACChain EOSIO Dashboard](https://lacchain.antelope.tools/accounts), podemos verificar que la cuenta es dueña de un contrato que expone la acción `hola` y que contiene la información abi en la que se especifican en estructura JSON las acciones dentro del contrato y componentes asociados.

Una vez que el contrato esté listo, se pueden ejecutar acciones en el contrato, para esto se debe [prepara la transacción](./transacciones).

Expand Down
4 changes: 2 additions & 2 deletions docs/guias/instalacion-nodos.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Consulte la guía para crear una cuenta según su rol de usuario:

## 2. Autenticarse en el Dashboard

La red de LACChain EOSIO cuenta con un [dashboard](https://lacchain.eosio.online/), el cual permite a los usuarios realizar gestiones dentro de la red, incluida la opción de desplegar varios tipos de nodos.
La red de LACChain EOSIO cuenta con un [dashboard](https://lacchain.antelope.tools/), el cual permite a los usuarios realizar gestiones dentro de la red, incluida la opción de desplegar varios tipos de nodos.

Accede con su cuenta de tipo `Partner` o `Non-Partner`. Consulte nuestro tutorial de como administrar las [llaves privadas](./llaves-privadas#31-autenticadores-externos-wallets)

Expand All @@ -67,7 +67,7 @@ Para poder crear el nodo, simplemente completamos los datos solicitados en el fo

### Ejemplos de configuración

El dashboard también cuenta con una sección en la cual podemos descargar un ejemplo de la configuración de los diferentes tipos de nodo, solamente tenemos que acceder a la opción de [`configuración de nodo`](https://lacchain.eosio.online/node-config) dentro de las herramientas.
El dashboard también cuenta con una sección en la cual podemos descargar un ejemplo de la configuración de los diferentes tipos de nodo, solamente tenemos que acceder a la opción de [`configuración de nodo`](https://lacchain.antelope.tools/node-config) dentro de las herramientas.

![Sección de configuración](/img/docs/dashboard_01.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/guias/partners.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Partners de la Red
Actualmente la red LACChain EOSIO se compone de un grupo de entidades las cuales son las encargadas de gestionar y administrar las cuentas y recursos en la red, estas entidades están registradas en la tabla `entity` en los contratos de sistema `eosio`.

## Consulta de Entidades
Se pueden visualizar las entidades registradas en el siguiente enlace: https://lacchain.eosio.online/entities
Se pueden visualizar las entidades registradas en el siguiente enlace: https://lacchain.antelope.tools/entities

## Registro de Entidades en LACChain

Expand Down
2 changes: 1 addition & 1 deletion docs/herramientas/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A continuación algunos ejemplos de endpoints HTTP RPC
- Nodo Observador solo lectura : [https://observer.edenia.cloud](https://lacchain.edenia.cloud/v1/chain/get_info)
- Nodo Escritor sin Middleware : [https://writer.edenia.cloud](https://lacchain.edenia.cloud/v1/chain/get_info)

La lista completa de endpoints esta disponible en el siguiente enlace : [Endpoints LACChain EOSIO](https://lacchain.eosio.online/endpoints)
La lista completa de endpoints esta disponible en el siguiente enlace : [Endpoints LACChain EOSIO](https://lacchain.antelope.tools/endpoints)

### Endpoints State History Plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/herramientas/gobernanza-red.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Esta herramienta es para manejar el permisionamiento y gobernanza de LACChain EO

Herramienta GUI para facilitar la gestión de la red por parte del comité permisionador.

https://lacchain.eosio.online/management
https://lacchain.antelope.tools/management

Alguna de las funciones disponibles son:

Expand Down
2 changes: 1 addition & 1 deletion docs/herramientas/monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Se ha desarrollado una herramienta nativa para LACChain EOSIO para monitoreo de

## Enlaces a el monitor de red

**El monitor de red esta disponible en el siguiente enlace**: https://lacchain.eosio.online
**El monitor de red esta disponible en el siguiente enlace**: https://lacchain.antelope.tools

**Repositorio de GitHub**: https://github.com/eoscostarica/eosio-dashboard

Expand Down
4 changes: 2 additions & 2 deletions docs/monitoreo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ El comité permisionador se reserva el derecho discrecional de eliminar un nodo

Se ha desarrollado un monitor de red nativo de LACChain EOSIO como herramienta para desarrolladores y usuarios para el lanzamiento del Pro Testnet. El monitor incorporará métricas "on-chain" y "off-chain"

El monitor de red esta disponible en el siguiente enlace: **https://lacchain.eosio.online**
El monitor de red esta disponible en el siguiente enlace: **https://lacchain.antelope.tools**

El monitor de red es totalmente código abierto y se puede ver el proyecto en el siguiente [**Repositorio de GitHub**](https://github.com/eoscostarica/eosio-dashboard)

Expand All @@ -29,7 +29,7 @@ Esta métrica de velocidad de CPU utiliza como punto de referencia el tiempo de
La acción `cpu` es ejecutados durante el turno de producción de cada productor de bloques y registra los tiempos de ejecución del contrato utilizando el campo `cpu_usage_us` incluido en todas las transacciones de la red.


[**Ver métricas de CPU de Nodos validadores**](https://lacchain.eosio.online/node-performance)
[**Ver métricas de CPU de Nodos validadores**](https://lacchain.antelope.tools/node-performance)

### RAM Benchmark

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ it will insert or update a record in the `entity` table located in the `eosio`
"code_of_conduct": "https://eoscostarica.io/en/transparency/#code_of_conduct",
"ownership_disclosure": "https://eoscostarica.io/en/transparency/#ownership_disclosure",
"github_user": "eoscostarica",
"chain_resources": ["https://lacchain.eosio.online"],
"chain_resources": ["https://lacchain.antelope.tools"],
"other_resources": ["https://guias.eoscostarica.io", "https://guides.eoscostarica.io"],
"branding": {
"logo_256": "https://eoscostarica.io/assets/eos-CostaRica-256x256.png",
Expand Down Expand Up @@ -227,7 +227,7 @@ For query type nodes one or more features from the list below must be added:
- `snapshot-api`

## Useful Links
To access the user interface to update data, select the "Update Node Info" option in the [Network Monitor](https://lacchain.eosio.online).
To access the user interface to update data, select the "Update Node Info" option in the [Network Monitor](https://lacchain.antelope.tools).

Validate your JSON inputs here: https://www.jsonschemavalidator.net/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For an entity to be permissioned to run a writer node, it is required to follow

1. Read, understand and agree with the [Terms and Conditions for Writer Nodes for LACChain Test Networks](../writer-nodes-terms-conditions) that includes the Privacy Policy, and the Forbidden Use Cases as annexes.
2. Fill the [Node Agreement](../node-agreement) and send it signed to [email protected] (as a PDF).
3. Add the data about your non-partner entity using the [network governance tools](https://lacchain.eosio.online/management).
3. Add the data about your non-partner entity using the [network governance tools](https://lacchain.antelope.tools/management).
4. Follow the [instructions](./instalacion-nodos) to deploy a writer node, and send us the node you get at the end of the process to [email protected] to permission your node.

Non-Partner entities may register new accounts on the network and allow transactions to enter the network by co-signing the transactions with it writer node private key.
Expand All @@ -47,7 +47,7 @@ For an entity to be permissioned to run a validator node, it is required to foll
1. Become a partner of the LACChain Alliance.
2. Read, understand and agree with the [Terms and Conditions for Writer Nodes for LACChain Test Networks](../validator-nodes-terms-conditions) that includes the Privacy Policy, and the Forbidden Use Cases as annexes.
3. Fill the [Node Agreement](../node-agreement) and send it signed to [email protected] (as a PDF).
4. Enter the details about your partner entity using the [network governance tools](https://lacchain.eosio.online/management).
4. Enter the details about your partner entity using the [network governance tools](https://lacchain.antelope.tools/management).
5. Follow the [instructions](./instalacion-nodos) to deploy a validator node, and send us the node you get at the end of the process to [email protected] to permission your node.

The partners in the LACChain EOSIO network are entities that may also be part of the permitting committee, which are in charge of regulating and managing the management of resources and access to the network.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ By this point in the execution, we already have our smart contract deployed in L

## 6. Contract Verification

For this we go to the [LACChain EOSIO Dashboard](https://lacchain.eosio.online/accounts), we can verify that the account is the owner of a contract that exposes the action `hello` and that it contains the information ABI in which the actions within the contract and associated components are specified in a JSON structure.
For this we go to the [LACChain EOSIO Dashboard](https://lacchain.antelope.tools/accounts), we can verify that the account is the owner of a contract that exposes the action `hello` and that it contains the information ABI in which the actions within the contract and associated components are specified in a JSON structure.

Once the contract is ready, actions can be executed in the contract, for this you must [prepare the transaction](./transactions).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ See the guide to create an account according to your user role:

## 2. Authenticate on the Dashboard

The LACChain EOSIO network has a [dashboard](https://lacchain.eosio.online/), which allows users to manage within the network, including the option to deploy various types of nodes.
The LACChain EOSIO network has a [dashboard](https://lacchain.antelope.tools/), which allows users to manage within the network, including the option to deploy various types of nodes.

Login with your `Partner` or` Non-Partner` account. See our tutorial on how to manage your [private keys](./llaves-privadas)

Expand All @@ -64,7 +64,7 @@ In order to create the node, we simply fill in the requested data in the form an

### Configuration examples

The dashboard also has a section in which we can download an example of the configuration of the different types of node, we only have to access the option of [`node config`](https://lacchain.eosio.online/node-config) within the tools.
The dashboard also has a section in which we can download an example of the configuration of the different types of node, we only have to access the option of [`node config`](https://lacchain.antelope.tools/node-config) within the tools.

![Node config](/img/docs/dashboard_01.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here are some examples of HTTP RPC endpoints
- Observer Node (read only) : [https://observer.edenia.cloud](https://lacchain.edenia.cloud/v1/chain/get_info)
- Writer Node (no middleware) : [https://writer.edenia.cloud](https://lacchain.edenia.cloud/v1/chain/get_info)

The complete list of endpoints is available at the following link: [LACChain EOSIO Endpoints](https://lacchain.eosio.online/endpoints)
The complete list of endpoints is available at the following link: [LACChain EOSIO Endpoints](https://lacchain.antelope.tools/endpoints)

### State History Plugin Endpoints
Observers can enable nodeos `State_history_plugin` which is useful for capturing historical data on the state of the blockchain. The plugin receives blockchain data from other connected nodes and stores the data in files. The plugin exposes an endpoint where it listens using web sockets for applications to connect and query the blockchain data based on the plugin options specified when starting nodeos.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LACChain EOSIO permissioning contracts are implemented as [System Contracts](htt
## Graphic Interface for Permisioning Committee
This tool is to manage the permitting and the governance of LACChain EOSIO through Smart Contract.

[GUI tool to facilitate network management by the permitting committee](https://lacchain.eosio.online/management)
[GUI tool to facilitate network management by the permitting committee](https://lacchain.antelope.tools/management)

Some of the available functions are:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: Network Monitor
A native network monitor has been developed as a tool for developers and users prior to launching the LACChain EOSIO Pro Testnet. The network monitor will display both "on-chain" and "off-chain" metrics, please see this article on [network monitoring](../monitoreo).

## Link to LAChain EOSIO Dashboard
**The network monitor is available at the following URL**: https://lacchain.eosio.online
**The network monitor is available at the following URL**: https://lacchain.antelope.tools

**GitHub Repository**: https://https://github.com/eoscostarica/eosio-dashboard

Expand Down
4 changes: 2 additions & 2 deletions i18n/en/docusaurus-plugin-content-docs/current/monitoreo.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The permitting committee reserves the discretionary right to remove a validator

A native LACChain EOSIO network monitor has been developed as a tool for developers and users for the launch of Pro Testnet. The monitor will incorporate "on-chain" and "off-chain" metrics

The network monitor is available at the following link: ** https://lacchain.eosio.online**
The network monitor is available at the following link: ** https://lacchain.antelope.tools**

The network monitor is completely open source and you can see the project in the following [**GitHub repository**](https://github.com/eoscostarica/eosio-dashboard)

Expand All @@ -26,7 +26,7 @@ This CPU speed metric uses the CPU time consumed by calculating the Mersenne pri

The `cpu` action is executed during the production shift of each block producer and records the contract execution times using the `cpu_usage_us` field included in all network transactions.

[** See validator nodes CPU metrics **](https://lacchain.eosio.online/node-performance)
[** See validator nodes CPU metrics **](https://lacchain.antelope.tools/node-performance)

### RAM Benchmark
This metric consists of quickly writing and reading to a RAM table and in a very similar way to the CPU metric it tries to measure the performance of the resources offered by the different validator nodes.
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"link.item.label.Monitor de Red": {
"message": "Network Monitor",
"description": "The label of footer link with label=Monitor de Red linking to http://lacchain.eosio.online/"
"description": "The label of footer link with label=Monitor de Red linking to http://lacchain.antelope.tools/"
},
"link.item.label.Explorador de Bloques": {
"message": "Block Explorer",
Expand Down
2 changes: 1 addition & 1 deletion i18n/es/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"link.item.label.Monitor de Red": {
"message": "Monitor de Red",
"description": "The label of footer link with label=Monitor de Red linking to http://lacchain.eosio.online/"
"description": "The label of footer link with label=Monitor de Red linking to http://lacchain.antelope.tools/"
},
"link.item.label.Explorador de Bloques": {
"message": "Explorador de Bloques",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ const Home = () => {
Usted puede acceder al monitor de red de LACChain EOSIO para
visualizar métricas y datos de red “on-chain” y “off-chain.”
</Translate>{" "}
<a href="https://lacchain.eosio.online/" target="_blank">
<a href="https://lacchain.antelope.tools/" target="_blank">
<Translate id="homepage.networkMonitorLink">
Visite el Monitor de Red
</Translate>
Expand Down
2 changes: 1 addition & 1 deletion src/theme/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const Footer = () => {
<p style={{textAlign: isMobile ? 'center' : ''}}>
<Link
className="linkFooter"
href="https://lacchain.eosio.online/"
href="https://lacchain.antelope.tools/"
target="_blank"
style={{color:'white'}}
>
Expand Down
4 changes: 2 additions & 2 deletions src/theme/Navbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ const PATHS = [
icon: 'img/icons/navbar/block-explorer.png'
},
{
path: "https://lacchain.eosio.online/",
espPath: "https://lacchain.eosio.online/",
path: "https://lacchain.antelope.tools/",
espPath: "https://lacchain.antelope.tools/",
label:
translate({
id: 'footer.networkDashboard',
Expand Down

0 comments on commit f692294

Please sign in to comment.