Skip to content

Commit

Permalink
lesson6 Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nipol committed Apr 21, 2018
1 parent c606ec4 commit 81331e7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion en/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ ABI stands for Application Binary Interface. Basically it's a representation of

When you compile your contract to deploy to Ethereum (which we'll cover in Lesson 7), the Solidity compiler will give you the ABI, so you'll need to copy and save this in addition to the contract address.

Since we haven't covered deployment yet, for this lesson we've compiled the ABI for you and put it in a file named `cryptozombies_abi.js`, stored in variable called `cryptozombiesABI`.
Since we haven't covered deployment yet, for this lesson we've compiled the ABI for you and put it in a file named `cryptozombies_abi.js`, stored in variable called `cryptoZombiesABI`.

If we include `cryptozombies_abi.js` in our project, we'll be able to access the CryptoZombies ABI using that variable.

Expand Down
2 changes: 1 addition & 1 deletion es/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ Básicamente es una representación de los métodos de sus contratos en formato

Cuando to compilas tu contrato para implementarlo en Ethereum (que cubriremos en la Lección 7), el compilador de Solidity le dará el ABI, por lo que deberá copiar y guardar esto además de la dirección del contrato.

Como aún no hemos cubierto en tema de la implementación y de momento no lo vamos a hacer, para esta lección, hemos compilado el ABI para usted y lo hemos puesto en un archivo llamado `cryptozombies_abi.js`, almacenado en una variable almacenada `cryptozombiesABI`.
Como aún no hemos cubierto en tema de la implementación y de momento no lo vamos a hacer, para esta lección, hemos compilado el ABI para usted y lo hemos puesto en un archivo llamado `cryptozombies_abi.js`, almacenado en una variable almacenada `cryptoZombiesABI`.

Si incluimos `cryptozombies_abi.js` en nuestro proyecto, vamos a ser camaces de accceder a nuestro CryptoZombies ABI esando esta variable.

Expand Down
2 changes: 1 addition & 1 deletion fr/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ ABI veut dire "Application Binary Interface" (Interface Binaire d'Application).

Quand vous compilez votre contrat pour le déployer sur Ethereum (ce que nous verrons dans la Leçon 7), le compilateur Solidity vous donnera son ABI, vous aller devoir le copier et le sauvegarder en plus de l'adresse de votre contrat.

Puisque nous n'avons pas encore vu le déploiement, pour cette leçon nous avons déjà compilé l'ABI pour vous et nous l'avons mis dans le fichier appelé `cryptozombies_abi.js`, stocké dans une variable appelée `cryptozombiesABI`.
Puisque nous n'avons pas encore vu le déploiement, pour cette leçon nous avons déjà compilé l'ABI pour vous et nous l'avons mis dans le fichier appelé `cryptozombies_abi.js`, stocké dans une variable appelée `cryptoZombiesABI`.

Si nous incluons `cryptozombies_abi.js` dans notre projet, nous pourrons accéder à l'ABI de CryptoZombies en utilisant cette variable.

Expand Down
2 changes: 1 addition & 1 deletion jp/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ ABIとは、Application Binary Interfaceの略である。基本的にこれは

イーサリアムにデプロイするためにコントラクトをコンパイルする際(レッスン7でこれは説明しよう)、SolidityコンパイラはABIを提供してくれるので、コントラクトアドレスに加えてこれをコピーして保存しておかなくてはならない。

まだデプロイについてはやっていないから、このレッスンではお主のためにもうABIをコンパイルして、`cryptozombies_abi.js`というファイルの中の`cryptozombiesABI`という変数に格納しておいた。
まだデプロイについてはやっていないから、このレッスンではお主のためにもうABIをコンパイルして、`cryptozombies_abi.js`というファイルの中の`cryptoZombiesABI`という変数に格納しておいた。

もしプロジェクトに `cryptozombies_abi.js` を含めれば、その変数を使ってCryptoZombiesのABIにアクセスできる。

Expand Down
2 changes: 1 addition & 1 deletion pt/6/03-talking-to-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ ABI significa Application Binary Interface (Interface Binária da Aplicação).

Quando você compilar seu contrato para implantar no Ethereum (que abordaremos na Lição 7), o compilador Solidity lhe dará a ABI, então você precisará copiar e salvar isso mais o endereço do contrato.

Como ainda não abordamos a implantação, para esta lição compilamos a ABI para você e a colocamos em um arquivo chamado `cryptozombies_abi.js`, armazenado em uma variável chamada`cryptozombiesABI`.
Como ainda não abordamos a implantação, para esta lição compilamos a ABI para você e a colocamos em um arquivo chamado `cryptozombies_abi.js`, armazenado em uma variável chamada`cryptoZombiesABI`.

Se incluirmos `cryptozombies_abi.js` em nosso projeto, poderemos acessar a ABI CryptoZombies usando essa variável.

Expand Down
2 changes: 1 addition & 1 deletion zh/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ ABI 意为应用二进制接口(Application Binary Interface)。 基本上

当你编译你的合约向以太坊部署时(我们将在第七课详述), Solidity 编译器会给你 ABI,所以除了合约地址,你还需要把这个也复制下来。

因为我们这一课不会讲述部署,所以现在我们已经帮你编译了 ABI 并放在了名为`cryptozombies_abi.js`,文件中,保存在一个名为 `cryptozombiesABI` 的变量中。
因为我们这一课不会讲述部署,所以现在我们已经帮你编译了 ABI 并放在了名为`cryptozombies_abi.js`,文件中,保存在一个名为 `cryptoZombiesABI` 的变量中。

如果我们将`cryptozombies_abi.js` 包含进我们的项目,我们就能通过那个变量访问 CryptoZombies ABI 。

Expand Down

0 comments on commit 81331e7

Please sign in to comment.