Questions tagged [deploy]
The deploy tag has no summary.
20 questions
2 votes
0 answers
23 views
Counter not yet reached for contract
I am trying to deploy a smart contract using pytezos and I run into a counter error no matter the RPC node that I use (I have used over 10 nodes by now). I discussed the error with the pytezos people ...
0 votes
1 answer
49 views
Unexpected character in contract.js React issue
everyone. I generated a smart contract js representation using this command below : completium-cli generate javascript ./contract/mycontract.arl > ./src/contract.js and i get this error : Line 1: ...
1 vote
1 answer
39 views
Invalid_b58check error while originating contract
I'm trying to originate a contract and get this error: "failed(permanent: proto.016-PtMumbai.michelson_v1.ill_typed_data), (permanent: proto.016-PtMumbai.michelson_v1.invalid_constant), (...
1 vote
1 answer
24 views
storage parameter
Hello I don't think I filled my storage correctly, when compiling it returns me: token null... (pair (pair (pair (pair (address %admin) (big_map %allowances (pair address address) nat)) ...
0 votes
1 answer
280 views
error when deploying my smart contract
I created a smart contract it compiles without problem but I have an error when deploying, I don't know what this error can refer to... HttpResponse: Http error response: (500) [{"kind":&...
1 vote
1 answer
70 views
how to correctly enter the storage parameters?
I am trying to pass the correct storage parameters in json to be able to deploy my smart contract. Thank you for your attention... (pair (pair (pair (pair (address %admin) (big_map %ledger nat address)...
1 vote
1 answer
58 views
how to fill storage parameters?
I am trying to pass the correct storage parameters in json to be able to deploy my smart contract. Thank you for your attention... (pair (pair (pair (pair (address %admin) (big_map %ledger nat ...
1 vote
1 answer
67 views
Storage settings
I would like to deploy my smart contract but I don't know what to put as parameters in the storage (I'm new to tezos). Thank you very much to those who will take the time to help me :) //FA2 '(pair (...
-1 votes
1 answer
49 views
Deploy application to Tezos
I have found https://github.com/Chain-of-Insight/pop-machine-glow which is interesting application, anyone knows how to deploy it?
1 vote
2 answers
222 views
Deploy FA1.2 Ligo token contract
I'm deploying the FA1.2 contract with the online LIGO IDE, Here's a link to the SC: https://ide.ligolang.org/p/QZ85RIfszExxeDPEf_W52A and i'm initializing the storage this way: (Pair (Pair {} "...
1 vote
0 answers
76 views
I got this error from conseil js TezosNodeWriter.sendContractOriginationOperation. What could be the problem
Failed to parse the request body: No case matched: At /kind, unexpected string instead of endorsement At /kind, unexpected string instead of seed_nonce_revelation At /kind, unexpected string ...
1 vote
1 answer
51 views
How to fix 'paused before out-of-memory crash' contract deployment error in browser? [ConseilJS]
I wish to deploy a contract using ConseilJS that I am able to originate successfully using smartpy.io However, when I copy the generated Michelson and initial storage into the following function: ...
2 votes
1 answer
68 views
Tezos - Liquidity deploy contract error
I got an error and I don't know how to handle. I wrote a smart contract in liquidity and script check and so works well. The command to deploy is: liquidity --node http://192.168.1.150:7732 --...
1 vote
0 answers
78 views
How to deploy a contract to Tezos Mainnet?
I've searched a lot but it seems nothing works at this point So I have a contract.liq source code. I also have up and running tezos-node. Basically the question is how to deploy contract.liq to the ...
4 votes
1 answer
183 views
Error while initializing storage in contract deployment
I am using folowing command: ./tezos-client originate contract TestContract for tz1address transferring 1 from tz1address running contes.fi --init 'pair (map "KT1address" 1) (map "KT1address" "2019-...