Estruturas de teste para Tezos Smart-Contratos
3 respostas
- votos
-
- 2020-02-23
Aquiestá a versão de visualização do
truffle
ferramentasparatrabalhar com contatosinteligentesem 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
anúncio 1. Eunãotenho certeza se é o que vocêprocura,mas veja: https://smartpy.io/demo/
smartpy oferece diferentesferramentas:
- .
-
Analytics:elementos dainterface do usuárioem smartpy.iopara analisarinteligente contratose suaspropriedades;
-
smartml: umamáquina virtualescritaem Ocaml;
-
compilador: usadoparatraduzir contratos de smartmlparamichelson;
-
pythonbiblioteca:facilita o uso de definições do 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.
-
Obrigadopelagorjeta.Masisso requerescrever contratosinteligentesem Python?Euprefeririaficar com ligos.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
-
Aquiestá um linkgo ligoplayground: https://ide.ligolang.org Mas o IDEnãotem recursos de waffle,ainda ;-)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
Vocêpode usar Tezster-CLIpara configurar o ambiente locale usar o Bundle Tezsterpara desenvolver,implantare testar seus contratos.
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
Eufiz alguns contratosinteligentes com Ligo,mas agoraprocurandomais configuração deprodução.
.-
-
Existe umaestrutura deteste que sepode usarpara Tezos?Euestouprocurandopor algo como
waffle
+mocha
noethereum,outruffle
.Eupoderiafazerisso sozinho commocha
e taquito ou Conseiljs ,masprimeiro quer verificar se háestruturasprontas.Existe uma versão lite de umnó de Tezos?Algo como
ganache
,algopara começar superfacilmentee usarparaexecutar o contratointeligente.