¿Cómo puedo implementar un contrato inteligente de Michelson?
3 respuestas
- votos
-
- 2019-02-11
Lea la documentación de:
tezos-client -A mainnet-node.tzscan.io originate contract
Dice:
tezos-client originate contract <new> for <mgr> transferring <qty> from <src> running <prg>
donde
<prg>
es un archivo que contiene sufuente de Michelson.Read the documentation of:
tezos-client -A mainnet-node.tzscan.io originate contract
It says:
tezos-client originate contract <new> for <mgr> transferring <qty> from <src> running <prg>
where
<prg>
is a file containing your Michelson source.-
¿Existe unaformamásfácil con una GUI?(porejemplo,pegarel código ypresionarelbotón "implementar")Is there an easier way with a GUI? (eg. paste code and hit button "deploy")
- 0
- 2019-07-01
- XTZST2O
-
- 2019-07-29
ConseilJSbeta 0.2.7 tiene unafuncionalidadexperimental quepermite quetipo deimplementación de GUI.
ConseilJS beta 0.2.7 has experimental functionality that allows that sort of GUI deployment.
-
- 2019-07-31
http://www.liquidity-lang.org/edit/ Tambiénpermiteparaimplementarel contratointeligente de Michelson. Puede abrir lapestaña "Michelson" ypegar su código Michelsonen el campo detexto del lado derecho.
http://www.liquidity-lang.org/edit/ Also allows to deploy Michelson smart contract. You can open "Michelson" tab and paste your Michelson code into text field on right side.
Mepregunto cómoimplementar un contratointeligente de Michelsonen Tezos.
Quizás soymalobuscandoen Google,perotodos losejemplos quepuedoencontrar usan
liquidity-cli
.Noestoy usando liquidezparaeste contrato yme gustaría aprender cómo hacerlo sin usar liquidez.Parece quenopuedoencontrarningún documentoEnvíe halp,enlaces,etc.