Skip to content
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

rfc: linear vesting cli #24

Open
dzmitry-lahoda opened this issue Jan 4, 2022 · 0 comments
Open

rfc: linear vesting cli #24

dzmitry-lahoda opened this issue Jan 4, 2022 · 0 comments

Comments

@dzmitry-lahoda
Copy link
Contributor

echo "RUST_BACKTRACE=1 ./target/debug/vesting-contract-cli      \
--url https://api.devnet.solana.com                             \
--program_id $PROGRAM_ID                                        \
create                                                          \
--mint_address $MINT                                            \
--source_owner ~/.config/solana/id_owner.json                   \
--source_token_address $TOKEN_ACCOUNT_SOURCE                    \
--destination_token_address $ACCOUNT_TOKEN_DEST                 \
--release-frequency ISO8601_DURATION     
--start-date-time ISO_SORTABLE_DATE_TIME \
--end-date-time ISO_SORTABLE_DATE_TIME \
--payer ~/.config/solana/id_owner.json"                         \
--overview=true #will show overview, not really will create nothing, for linear vesting default is true, will show message overvoew=false to execute vesting
--verbose | bash              

meaning like here
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant