Skip to content

Commit

Permalink
Merge pull request CryptozombiesHQ#273 from aerophile/improved_branch
Browse files Browse the repository at this point in the history
added cryptokitties contract address
  • Loading branch information
eduardonunesp authored Jul 3, 2018
2 parents 68b75d6 + de22d62 commit e1c89d6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Web3.js will need 2 things to talk to your contract: its **_address_** and its *

After you finish writing your smart contract, you will compile it and deploy it to Ethereum. We're going to cover **deployment** in the **next lesson**, but since that's quite a different process from writing code, we've decided to go out of order and cover Web3.js first.

After you deploy your contract, it gets a fixed address on Ethereum where it will live forever. If you recall from Lesson 2, the address of the CryptoKitties contract on Ethereum mainnet is `YOUR_CONTRACT_ADDRESS`.
After you deploy your contract, it gets a fixed address on Ethereum where it will live forever. If you recall from Lesson 2, the address of the CryptoKitties contract on Ethereum mainnet is `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`.

You'll need to copy this address after deploying in order to talk to your smart contract.

Expand Down
2 changes: 1 addition & 1 deletion es/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ Web3.js va a necesitar dos cosas para poder hablar con nuestro contrato intelige

Después de terminar de escribir tu contrato inteligente, lo tendrás de compilar y desplegar en Ethereum. Vamos a cubrir el **despliegue** en la siguiente **lección**, pero ya que es un proceso bastante diferente de escribir código, hemos decidido desordenar y cubrir primero Web3.js.

Después de implementar tu contrato, obtiene una dirección fija en Ethereum donde vivirá por siempre. Si recuerda de la Lección 2, la dirección del contrato CryptoKitties en el mainnet de Ethereum es `YOUR_CONTRACT_ADDRESS`.
Después de implementar tu contrato, obtiene una dirección fija en Ethereum donde vivirá por siempre. Si recuerda de la Lección 2, la dirección del contrato CryptoKitties en el mainnet de Ethereum es `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`.

Deberás copiar esta dirección después de la implementación para poder hablar con su contrato inteligente..

Expand Down
2 changes: 1 addition & 1 deletion fr/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ Web3.js va avoir besoin de 2 choses pour pouvoir communiquer avec notre contrat

Après avoir fini d'écrire votre smart contract, vous allez le compiler et le déployer sur Ethereum. Nous allons voir le **déploiement** dans la **prochaine leçon**, mais vu que c'est assez différent que d'écrire du code, nous avons décidé de ne pas faire dans l'ordre et de parler de Web3.js en premier.

Après avoir déployer votre contrat, il sera associé à une adresse Ethereum pour toujours. Si vous vous rappelez la leçon 2, l'adresse du contrat CryptoKitties sur Ethereum est `YOUR_CONTRACT_ADDRESS`.
Après avoir déployer votre contrat, il sera associé à une adresse Ethereum pour toujours. Si vous vous rappelez la leçon 2, l'adresse du contrat CryptoKitties sur Ethereum est `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`.

Vous allez avoir besoin de copier cette adresse après le déploiement afin de pouvoir communiquer avec le smart contract.

Expand Down
2 changes: 1 addition & 1 deletion jp/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Web3.jsがコントラクトにアクセスするため、必要となるもの

スマートコントラクトを書き終えたあと、それをコンパイルしてイーサリアムにデプロイする。 **次のレッスン****デプロイ** を扱うが、これはコードを書くこととはあまりに違ったプロセスだ。だから順番を変えてまずはWeb3.jsをやっていくことにした。

コントラクトをデプロイすると、永久に有効なイーサリアム上の固定アドレスが与えられる。レッスン2を振り返ると、イーサリアム・メインネット上のCryptoKittiesコントラクトアドレスは`YOUR_CONTRACT_ADDRESS`である。
コントラクトをデプロイすると、永久に有効なイーサリアム上の固定アドレスが与えられる。レッスン2を振り返ると、イーサリアム・メインネット上のCryptoKittiesコントラクトアドレスは`0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`である。

デプロイ後スマートコントラクトにアクセスするために、このアドレスをコピーしておくことが必要だ。

Expand Down
2 changes: 1 addition & 1 deletion ko/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ Web3.js는 자네의 스마트 컨트랙트와 통신을 위해 2가지를 필

스마트 컨트랙트를 모두 작성한 후, 자네는 그걸 컴파일한 후 이더리움에 배포할 것이네. **배포****다음 레슨**에서 다룰 것이네. 이는 코드를 작성하는 것과는 꽤나 다른 절차이기 때문에, 순서를 바꿔 Web3.js를 먼저 다루기로 한 것이지.

컨트랙트를 배포한 후, 해당 컨트랙트는 영원히 존재하는, 이더리움 상에서 고정된 주소를 얻을 것이네. 레슨2를 상기해보면, 이더리움 메인넷에서 크립토키티의 주소는 `YOUR_CONTRACT_ADDRESS`였지.
컨트랙트를 배포한 후, 해당 컨트랙트는 영원히 존재하는, 이더리움 상에서 고정된 주소를 얻을 것이네. 레슨2를 상기해보면, 이더리움 메인넷에서 크립토키티의 주소는 `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`였지.

자네의 스마트 컨트랙트와 통신을 하기 위해 배포 후 이 주소를 복사해야 할 것이네.

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 @@ -870,7 +870,7 @@ O Web3.js precisará de duas coisas para conversar com seu contrato: o **_endere

Depois de terminar de escrever seu smart contract, você irá compilá-lo e implantá-lo no Ethereum. Vamos abordar **a implantação** na **próxima lição**, mas como esse é um processo bem diferente de escrever código, decidimos mudar a ordem e cobrir o Web3.js primeiro.

Depois de implantar o seu contrato, ele recebe um endereço fixo no Ethereum, onde viverá para sempre. Se você se lembra da lição 2, o endereço do contrato CryptoKitties na rede social Ethereum é `YOUR_CONTRACT_ADDRESS`.
Depois de implantar o seu contrato, ele recebe um endereço fixo no Ethereum, onde viverá para sempre. Se você se lembra da lição 2, o endereço do contrato CryptoKitties na rede social Ethereum é `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`.

Você precisará copiar esse endereço após a implantação para conversar com seu smart contract.

Expand Down
2 changes: 1 addition & 1 deletion zh/6/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ Web3.js 需要两个东西来和你的合约对话: 它的 **_地址_** 和它

在你写完了你的智能合约后,你需要编译它并把它部署到以太坊。我们将在**下一课**中详述**部署**,因为它和写代码是截然不同的过程,所以我们决定打乱顺序,先来讲 Web3.js。

在你部署智能合约以后,它将获得一个以太坊上的永久地址。如果你还记得第二课,CryptoKitties 在以太坊上的地址是 `YOUR_CONTRACT_ADDRESS`
在你部署智能合约以后,它将获得一个以太坊上的永久地址。如果你还记得第二课,CryptoKitties 在以太坊上的地址是 `0x06012c8cf97BEaD5deAe237070F9587f8E7A266d`

你需要在部署后复制这个地址以来和你的智能合约对话。

Expand Down

0 comments on commit e1c89d6

Please sign in to comment.