-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Problem] missing document for dynamic contract in unreal engine plugin (fix #286) #288
base: gitbook
Are you sure you want to change the base?
[Problem] missing document for dynamic contract in unreal engine plugin (fix #286) #288
Conversation
For those blueprint png, should we also export those blueprint code, so people could copy & paste? |
ok, i'll include blueprint code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is applicable right nor or necessary, I was wondering if we could position the blueprints in a sorted way to make the relations appear cleaner. *e.g. like in this screenshot)
For the function arguments, I am not sure if this is placeholder data, but maybe we could use constants like MY_TEST_ADDRESS, MY_TEST_DATA. Just an idea.
``` | ||
- function arguments: | ||
``` | ||
[{"Address":{"data":"0x00"}},{"Str":{"data":"my"}}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this placeholder data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not only placeholder also gives correct type.
this is for json encoding for function argument.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's given as json, and restored as solidity arguments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok
interface will be changed, so changed to draft |
crypto-org-chain#286 add category fix typo fix typo add text add send blueprint add encode add call add api fix link fix typo update
5f0d628
to
d640fac
Compare
updated |
Would you add WalletConnect examples? Connect with real wallets and use dynamic contracts feature. |
ok, i'll add wallet-connect example and modify |
@leejw51crypto I Just noticed an unsigned commit from the 5th of January. |
Solution: add document for dynamic contract