Tezosネットワークで開発を開始するにはどうすればよいですか?
3 回答
- 投票
-
- 2019-01-30
いくつかの便利なツール/SDKがありますが、これが私の頭に浮かぶものです:
https://github.com/TezTech/eztz
https://github.com/maht0rz/tezos-environment-manager
https://github.com/keefertaylor/tezoskit
There are several useful Tools/SDKs, this are some that come to my mind:
https://github.com/TezTech/eztz
https://github.com/maht0rz/tezos-environment-manager
https://github.com/keefertaylor/tezoskit
-
- 2019-01-30
スマートコントラクトを作成する場合、流動性の使用はマイケルソンよりも簡単なことがよくあります:
If you plan to write Smart Contracts, using Liquidity is often simpler than Michelson:
-
- 2019-01-30
Tezosネットワークとemacのローカルホストインスタンスを使用して開発環境をセットアップする方法に関するredditのガイドへのリンクは次のとおりです.
https://medium.com/tezsure/settings-up-a-development-environment-for-tezos-36f86c382484
Here is a link to a guide from reddit on how to set up a development environment using a localhost instance of a Tezos network and emac.
https://medium.com/tezsure/setting-up-a-development-environment-for-tezos-36f86c382484
Tezos SDKなどはありますか?最初にどのようなリソースを探す必要がありますか?