Skip to content

Commit

Permalink
Showing 2 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -38,7 +38,15 @@ Another difference between EVODEX and UNISWAP comes from the different blockchai

## Version

- 0.1.0-beta
Evodex is ready for our first group of beta testers to try the next generation decentralized exchange for EOS

**Currently evodex is still in beta pre-release `v0.1.0-beta.xx`**

We release the production software version using github tags following [Semver](http://semver.org/).

We also use the git commit messages to generate the project [change log](https://github.com/eoscostarica/evodex/releases).

Using the `yarn version` command you can update the version of your package via the command line.

## Tech Stack

14 changes: 7 additions & 7 deletions src/language/es/es.json
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
"logout": "Salir",
"headerTitle": "Listado de Tokens",
"version": "Versión",
"footer": "Evodex es de código abierto, involúcrate.",
"footer": "Evodex es código abierto, involúcrate.",
"placeholder": "Monto"
},
"talkUsModal": {
@@ -44,7 +44,7 @@
"htmlTitle": "Contratos Ricardianos en EOS - evolutiondex & wevotethefee"
},
"liquidity": {
"title": "Aportar o retirar liquidez",
"title": "Aportar o Retirar Liquidez",
"htmlTitle": "Agregar o eliminar liquidez a los pools de DEX para EOS",
"description": "Selecciona un par y la cantidad y la cantidad de liquidez para aportar o retirar.",
"headerTitle": "Listados de tokens",
@@ -63,7 +63,7 @@
"successTransaction": "Transacción realizada"
},
"fee": {
"title": "Votar valor de la comisión",
"title": "Votar Valor de la Comisión",
"htmlTitle": "Vote por las tarifas de intercambio descentralizado de tokens en EOS",
"description": "Seleccione un par y el valor que desea votar.",
"headerTitle": "Listados de tokens",
@@ -78,7 +78,7 @@
"successTransaction": "Transacción realizada"
},
"faq": {
"title": "Preguntas frecuentes",
"title": "Preguntas Frecuentes",
"htmlTitle": "Intercambio descentralizado EOS: preguntas frecuentes"
},
"exchange": {
@@ -88,7 +88,7 @@
"noTokenSelected": "Por favor seleccione ambos tokens para continuar",
"noAmount": "Por favor ingrese el monto a enviar para continuar",
"successTransaction": "Transacción realizada",
"title": "La evolución del intercambio",
"title": "La Evolución Del Intercambio",
"htmlTitle": "Exchange descentralizado para intercambio y liquidez de tokens EOS",
"description": "Una casa de cambio decentralizada. Puedes votar el valor de las comisiones!",
"youGive": "Enviar",
@@ -101,7 +101,7 @@
"price": "Precio"
},
"about": {
"title": "Acerca de Evodex",
"title": "Acerca de evodex",
"htmlTitle": "Acerca de evodex un intercambio descentralizado la evolución de DeFi en EOS"
}
}
}

0 comments on commit c7fa55f

Please sign in to comment.