diff --git a/docs/datos-entidades-nodos.md b/docs/datos-entidades-nodos.md index 7c71655b..2a28bb64 100644 --- a/docs/datos-entidades-nodos.md +++ b/docs/datos-entidades-nodos.md @@ -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", @@ -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/ diff --git a/docs/guias/crear-cuenta-entidad.md b/docs/guias/crear-cuenta-entidad.md index 5d24dcd0..9a89f948 100644 --- a/docs/guias/crear-cuenta-entidad.md +++ b/docs/guias/crear-cuenta-entidad.md @@ -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 info@lacchain.net (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 info@lacchain.net 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. @@ -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 info@lacchain.net (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 info@lacchain.net 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. diff --git a/docs/guias/desplegar-contrato-inteligente.md b/docs/guias/desplegar-contrato-inteligente.md index ab3d3002..9becef8d 100644 --- a/docs/guias/desplegar-contrato-inteligente.md +++ b/docs/guias/desplegar-contrato-inteligente.md @@ -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). diff --git a/docs/guias/instalacion-nodos.md b/docs/guias/instalacion-nodos.md index c75c04b4..a347fd58 100644 --- a/docs/guias/instalacion-nodos.md +++ b/docs/guias/instalacion-nodos.md @@ -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) @@ -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) diff --git a/docs/guias/partners.md b/docs/guias/partners.md index 3f0a651f..3eab85b9 100644 --- a/docs/guias/partners.md +++ b/docs/guias/partners.md @@ -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 diff --git a/docs/herramientas/api.md b/docs/herramientas/api.md index 085ef398..4af3a08d 100644 --- a/docs/herramientas/api.md +++ b/docs/herramientas/api.md @@ -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 diff --git a/docs/herramientas/gobernanza-red.md b/docs/herramientas/gobernanza-red.md index 213baf4c..2a44a56b 100644 --- a/docs/herramientas/gobernanza-red.md +++ b/docs/herramientas/gobernanza-red.md @@ -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: diff --git a/docs/herramientas/monitor.md b/docs/herramientas/monitor.md index cf2b4762..1e5efe33 100644 --- a/docs/herramientas/monitor.md +++ b/docs/herramientas/monitor.md @@ -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 diff --git a/docs/monitoreo.md b/docs/monitoreo.md index d103b505..0901aa3e 100644 --- a/docs/monitoreo.md +++ b/docs/monitoreo.md @@ -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) @@ -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 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/datos-entidades-nodos.md b/i18n/en/docusaurus-plugin-content-docs/current/datos-entidades-nodos.md index 37fc4977..ecc03ba4 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/datos-entidades-nodos.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/datos-entidades-nodos.md @@ -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", @@ -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/ diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guias/crear-cuenta-entidad.md b/i18n/en/docusaurus-plugin-content-docs/current/guias/crear-cuenta-entidad.md index a207c63f..de9b1b2c 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guias/crear-cuenta-entidad.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/guias/crear-cuenta-entidad.md @@ -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 info@lacchain.net (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 info@lacchain.net 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. @@ -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 info@lacchain.net (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 info@lacchain.net 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. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guias/desplegar-contrato-inteligente.md b/i18n/en/docusaurus-plugin-content-docs/current/guias/desplegar-contrato-inteligente.md index fa8f6518..b2a18788 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guias/desplegar-contrato-inteligente.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/guias/desplegar-contrato-inteligente.md @@ -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). diff --git a/i18n/en/docusaurus-plugin-content-docs/current/guias/instalacion-nodos.md b/i18n/en/docusaurus-plugin-content-docs/current/guias/instalacion-nodos.md index 7d00c3d9..1561c2e7 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/guias/instalacion-nodos.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/guias/instalacion-nodos.md @@ -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) @@ -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) diff --git a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/api.md b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/api.md index d03f850b..070717b9 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/api.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/api.md @@ -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. diff --git a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/gobernanza-red.md b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/gobernanza-red.md index d53f6163..707d7dcd 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/gobernanza-red.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/gobernanza-red.md @@ -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: diff --git a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/monitor.md b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/monitor.md index 8af90500..3de34454 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/herramientas/monitor.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/herramientas/monitor.md @@ -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 diff --git a/i18n/en/docusaurus-plugin-content-docs/current/monitoreo.md b/i18n/en/docusaurus-plugin-content-docs/current/monitoreo.md index c0063df6..ebbd9b6a 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/monitoreo.md +++ b/i18n/en/docusaurus-plugin-content-docs/current/monitoreo.md @@ -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) @@ -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. diff --git a/i18n/en/docusaurus-theme-classic/footer.json b/i18n/en/docusaurus-theme-classic/footer.json index a75a9676..a3b25441 100644 --- a/i18n/en/docusaurus-theme-classic/footer.json +++ b/i18n/en/docusaurus-theme-classic/footer.json @@ -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", diff --git a/i18n/es/docusaurus-theme-classic/footer.json b/i18n/es/docusaurus-theme-classic/footer.json index 613fd03c..f0ec11b1 100644 --- a/i18n/es/docusaurus-theme-classic/footer.json +++ b/i18n/es/docusaurus-theme-classic/footer.json @@ -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", diff --git a/src/pages/index.js b/src/pages/index.js index a6d1dba6..81a8ec48 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -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.” {" "} - + Visite el Monitor de Red diff --git a/src/theme/Footer.js b/src/theme/Footer.js index ec128fa9..c99dc34d 100644 --- a/src/theme/Footer.js +++ b/src/theme/Footer.js @@ -111,7 +111,7 @@ const Footer = () => {

diff --git a/src/theme/Navbar/index.js b/src/theme/Navbar/index.js index aefabbc1..5ce3cc0f 100644 --- a/src/theme/Navbar/index.js +++ b/src/theme/Navbar/index.js @@ -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',