-
Notifications
You must be signed in to change notification settings - Fork 176
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
How to retrieve contract seed for the UI #12
Comments
I don't understand your question, what do you mean by |
In the token vesting UI here: https://vesting.bonfida.org/#/unlock |
@dr497 It will be great if we can use the vesting contract to distribute our tokens. Thanks! |
@dr497 bump. |
bump |
You can inspect vesting contract on the UI by using the key. If you want to retrieve the seed for the contract use the data of the creation instruction and slice it to get the seed ( |
I am using the CLI to create vesting schedule, the output that I am seeing is:
I wonder how do I go from the vesting seed of
8opHzTAnfzRpPEx21XtnrVTX28YQuCpAjcn1PczScQ4
to a number that is ready to use?The text was updated successfully, but these errors were encountered: