Framework di test per contratti intelligenti tezos
3 risposta
- voti
-
- 2020-02-23
Ecco la versionein anteprima degli strumenti
truffle
per lavorare coni contattiintelligentiin Tezos: https://www.trufflesuite.com:8443/docs/tezos/truffle/avvio rapidoHere 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
Annuncio 1. Non sono sicuro che sia quello che cerchi,maguarda: https://smartpy.io/demo/
SmartPy offre diversi strumenti:
-
Analytics:elementi dell'interfaccia utentein SmartPy.ioper analizzarein modointelligente contrattie loroproprietà;
-
SmartML: unamacchina virtuale scrittain OCaml;
-
Compilatore: utilizzatopertradurre contratti da SmartML a Michelson;
-
Libreria Python:facilita l'uso delle definizioni 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.
-
Grazieper lapunta.Ma questo richiede la scrittura di contrattiintelligentiin Python?Preferirei restare 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
-
Ecco un collegamento alparcogiochi Ligo: https://ide.ligolang.orgma l'IDEnon ha ancora lefunzionalità 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
Èpossibile utilizzare Tezster-CLIper configurare l'ambiente localee utilizzare Tezster-Bundleper sviluppare,distribuiree testarei contratti.
Tezster-CLI: https://github.com/Tezsure/Tezster-CLI
Tezster-Bundle: 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
Ho stipulato alcuni contrattiintelligenti con Ligo,ma ora sto cercando una configurazionepiùproduttiva.
Esiste unframework ditest utilizzabileper Tezos?Sto cercando qualcosa come
waffle
+mocha
in Ethereum otruffle
.Potreifarlo da solo conmocha
e taquito o ConseilJS ,maprima voglio controllare se ci sonoframeworkpronti.Esiste una versione lite di unnodo Tezos?Qualcosa come
ganache
,qualcosa da avviaree utilizzare conestremafacilitàpereseguire contrattiintelligenti.