tezos 스마트 계약 용 테스트 프레임 워크
3 대답
- 투표
-
- 2020-02-23
다음은 Tezos에서 스마트 연락처 작업을위한
truffle
도구의 미리보기 버전입니다. https://www.trufflesuite.com:8443/docs/tezos/truffle/빠른 시작Here 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
광고 1. 귀하가 찾는 것이 맞는지 확실하지 않지만 다음을 살펴보십시오. https ://smartpy.io/demo/
SmartPy는 다양한 도구를 제공합니다.
-
Analytics : SmartPy.io의 UI 요소를 사용하여 스마트 계약 및 그 속성;
-
SmartML : OCaml로 작성된 가상 머신
-
컴파일러 : 계약을 SmartML에서 Michelson으로 변환하는 데 사용됩니다.
-
Python 라이브러리 : 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.
-
팁 주셔서 감사합니다.그러나 이것은 파이썬으로 스마트 계약을 작성해야합니까?나는 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
-
여기 Ligo 놀이터 링크가 있습니다 : https://ide.ligolang.org하지만 IDE에는 와플 기능이 아직 없습니다 ;-)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
Tezster-CLI를 사용하여 로컬 환경을 설정하고 Tezster-Bundle을 사용하여 계약을 개발,배포 및 테스트 할 수 있습니다.
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
나는 Ligo와 스마트 계약을 거의하지 않았지만 이제 더 많은 생산 설정을 찾고 있습니다.
테 조스에 사용할 수있는 테스트 프레임 워크가 있습니까?Ethereum의
waffle
+mocha
또는truffle
과 같은 것을 찾고 있습니다.mocha
와 taquito 또는 ConseilJS ,하지만 먼저 준비된 프레임 워크가 있는지 확인하고 싶습니다.테 조스 노드의 라이트 버전이 있습니까?
ganache
와 같이 아주 쉽게 시작하고 스마트 계약을 실행하는 데 사용할 수 있습니다.