Marcos de prueba para contratos inteligentes de tezos
3 respuestas
- votos
-
- 2020-02-23
Aquíestá la versión de vistaprevia de las herramientas
truffle
paratrabajar con contactosinteligentesen Tezos: https://www.trufflesuite.com:8443/docs/tezos/truffle/inicio rápidoHere is the preview version of
truffle
tools for working with smart contacts in Tezos: https://www.trufflesuite.com:8443/docs/tezos/truffle/quickstart -
- 2020-02-23
Anuncio 1. Noestoy seguro de sies lo quebusca,peromire: https://smartpy.io/demo/
SmartPy ofrece diferentes herramientas:
-
Analytics:elementos de lainterfaz de usuarioen SmartPy.iopara analizar contratos y suspropiedades;
-
SmartML: unamáquina virtualescritaen OCaml;
-
Compilador: utilizadoparatraducir contratos de SmartML a Michelson;
-
Biblioteca de Python:facilitael uso de definiciones de SmartML.
Ad 1. I am not sure whether it is what you look for, but look at: https://smartpy.io/demo/
SmartPy offers different tools:
Analytics: elements of the UI in SmartPy.io to analyse smart contracts and their properties;
SmartML: a virtual machine written in OCaml;
Compiler: used to translate contracts from SmartML to Michelson;
Python library: facilitates the use of SmartML definitions.
-
Graciaspor lapropina.Pero,¿esto requiereescribir contratosinteligentesen Python?Preferiría quedarme con Ligo.Thanks for tip. But, does this require writing smart-contracts in Python? I would prefer to stick with Ligo.
- 0
- 2020-02-24
- Robert Zaremba
-
Aquí hay unenlaceparaelpatio dejuegos de Ligo: https://ide.ligolang.orgperoel IDE aúnnotiene funciones de Waffle ;-)Here is a link go Ligo playground: https://ide.ligolang.org but the IDE does not have Waffle features, yet ;-)
- 0
- 2020-02-24
- Tomasz Waszczyk
-
- 2020-05-06
Puede usar Tezster-CLIpara configurarelentorno local y usar Tezster-Bundlepara desarrollar,implementar yprobar sus contratos.
Tezster-CLI: https://github.com/Tezsure/Tezster-CLI
Paquete de Tezster: https://github.com/Tezsure/Bundle-react
You could use Tezster-CLI for setting up local environment and use Tezster-Bundle to develop,deploy and test your contracts.
Tezster-CLI: https://github.com/Tezsure/Tezster-CLI
Tezster-Bundle: https://github.com/Tezsure/Bundle-react
Hice algunos contratosinteligentes con Ligo,pero ahorabusco una configuraciónmásproductiva.
¿Existe unmarco deprueba que sepueda usarpara Tezos?Estoybuscando algo como
waffle
+mocha
en Ethereum,otruffle
.Podría hacerlo yomismo conmocha
y taquito o ConseilJS ,peroprimero quiero verificar si haymarcos listos.¿Existe una versión ligera de unnodo Tezos?Algo como
ganache
,algoparainiciar y usarmuyfácilmenteparaejecutar contratosinteligentes.