Cadres d'essai pour Tezos Smart-Contrats
3 réponses
- votes
-
- 2020-02-23
Voici la version deprévisualisation de
Truffe
Outilspourtravailler avec des contactsintelligents à Tezos: https://www.trufflesuite.com:8443/docs/tezos/truffle/QuickStartHere 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
AD 1. Jene suispas sûr de savoir si c'est ce que vous recherchez,mais regardez: https://smartpy.io/démo/
SmartPy offre différents outils:
-
analytique: éléments de l'interface utilisateur dans smartpy.io à analyserintelligent contratset leurspropriétés;
-
smartml: unemachine virtuelle écrite dans OCAML;
-
compilateur: utilisépourtraduire des contrats de SmartML à Michelson;
-
Bibliothèque Python:facilite l'utilisation de définitions 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.
-
Mercipour lapointe.Mais celanécessite-t-il d'écrire des contratsintelligents à Python?Jepréférerais rester avec 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
-
Voici un lien Go Ligo Playground: https://ide.ligolang.orgmais l'IDEn'apas defonctionnalités degaufres,encore ;-)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
Vouspouvez utiliser Tezster-CLIpour lamiseen place d'unenvironnement localet utilisez Tezster-Bundlepour développer,déployeret tester vos contrats.
tezster-cli: https://github.com/tezSure/tezster-cli
Tezster-Bundle: https://github.com/tzsure/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
J'aifaitpeu de contratsintelligents avec Ligo,mais à la recherche deplus de configuration de laproduction.
existe-t-il un cadre detest que l'onpeut utiliserpour Tezos?Je cherche quelque chose comme
waffle
+mocha
dans Ethereum,outruffle
.Jepourrais lefairemoi-même avecmocha
et Taquito ou CONSEILJS ,mais veuillez d'abord vérifier s'il y a des cadresprêts.Y a-t-il une version Lite d'unnœud Tezos?Quelque chose comme
ganache
,quelque chose à superfacilement démarreret utiliserpourexécuter Smart-contrat.