流動性を使用した単純な契約の展開
-
-
メインネットノードを使用しようとしているようです. proto.003-PsddFKi3 これは、alphanetのプロトコル( `PsddFKi32cMJ2qPjf43Qv5GDWLDPZb3T3bF6fLKiF5HtvHNU7aP`)ではなく、メインネットが実行するproto003プロトコルを指します.Looks like it's trying to use a mainnet node: proto.003-PsddFKi3 This refers to the proto 003 protocol that the mainnet runs, not the protocol for alphanet (which is `PsddFKi32cMJ2qPjf43Qv5GDWLDPZb3T3bF6fLKiF5HtvHNU7aP`)
- 1
- 2019-03-21
- Stephen Andrews
-
@StephenAndrewsおそらくこれは有効な答えですか?@StephenAndrews perhaps this is a valid answer ?
- 0
- 2019-03-21
- Ezy
-
@StephenAndrews `--protocol alphanet`オプションを使用しますが、それでもalphanetが使用されない場合は、どうすればよいですか?@StephenAndrews I use the `--protocol alphanet` option, if that does not result in using the alphanet, then how should I do that?
- 0
- 2019-03-21
- Jan-Jaap Korpershoek
-
わかりません.流動性を使用していません.報告されているエラーがメインネットプロトコルからのものであることを確認しているだけです.@Ezyこれは有効な答えではないと思います.コメント/観察だけです.流動性の経験がある人なら、答えられるはずです.I don't know, I don't use liquidity - I'm just making an observation that the error being reported is from the mainnet protocol. @Ezy I don't think it's a valid answer, just a comment/observation - someone with experience with Liquidity should be able to answer.
- 2
- 2019-03-21
- Stephen Andrews
-
1 回答
- 投票
-
- 2019-03-21
アルファネットのどのアカウントにも対応していない秘密鍵を使用しています. で動作します
liquidity --tezos-node http://alphanet-node.tzscan.io:80 --private-key edsk2j7Ka5nRzh2QkGCtcD1dFLbHYvYw7XAafWL3YEAQQ3Zd61NiqS --protocol alphanet simple.liq --deploy
Main contract Simple New contract KT18bLbXyH5yMY9ShDfCwtiXegWHMTa4aS8H deployed in operation opENiYZ3xMTDu1hVdLi7kSU3cybucZrDnAUXznMgCr2twecAu9S
http://www.liquidity-lang.org/を使用して、アルファネットにデプロイすることもできます.編集/これにより、アカウントの残高を確認し、デプロイされたスマートコントラクトを操作できます.
You are using a private key which do not correspond to any account on the alphanet. It works with
liquidity --tezos-node http://alphanet-node.tzscan.io:80 --private-key edsk2j7Ka5nRzh2QkGCtcD1dFLbHYvYw7XAafWL3YEAQQ3Zd61NiqS --protocol alphanet simple.liq --deploy
Main contract Simple New contract KT18bLbXyH5yMY9ShDfCwtiXegWHMTa4aS8H deployed in operation opENiYZ3xMTDu1hVdLi7kSU3cybucZrDnAUXznMgCr2twecAu9S
You can also deploy on the alphanet with http://www.liquidity-lang.org/edit/ which allows you to see the balance on your account and interact with deployed smart contract.
-
ありがとう、これは確かに問題のようです.あなたの答えを見たので、私は自分のアカウントでtezを取得しようとしていましたが、この問題に遭遇しました:https://tezos.stackexchange.com/questions/917/activating-an-account-on-alphanet-using-public-ノードThank you, this sounds like it is indeed the problem. Since I saw your answer I have been trying to get tez on my account, but I run into this problem: https://tezos.stackexchange.com/questions/917/activating-an-account-on-alphanet-using-public-node
- 0
- 2019-03-26
- Jan-Jaap Korpershoek
契約(simple.liq):
展開コマンド:
このコマンドを実行すると、意味をなさない次のエラーが発生します.
ノードは暗黙のコントラクトが空であると考えているようです.