smartz-sdk
v0.11.0
Published
Public smartz platform resources (integration, SDK, etc)
Downloads
3
Maintainers
Readme
Smartz SDK
In this repo you can find Smartz platform developer's resources. Documentation is under construction, feel free to ask us your questions here: https://t.me/smartz_en.
Lean guide in our wiki: https://wiki.smartz.io/en/contract-uploading. Extended version is coming soon.
constructor_examples
To start coding in Smartz framework you can research our examples.
bin/run-constructor.py
CLI utility for testing Smartz contract constructors. Run python3 run-constructor.py construct -h
for help.
How to upload your contract to Smartz
- Use this SDK to convert your smart contracts into Smartz constructors (aka templates).
- Upload your constructors to Smartz (https://smartz.io/ctor-add) and test them (https://smartz.io/my-dapps).
- If you have cool tested constructor write to us [email protected], we will review and publish it so you can share it widely and even earn if you want.