docs: Add Solana Playground quickstart page, and add examples page for anchor contraints and types. #2703
Conversation
|
@ZYJLiu is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
acheroncrypto
left a comment
There was a problem hiding this comment.
Lmk any suggestions you have to improve the examples!
They look great!
(I didn't include one for
rent_exemptconstraint because I'm not quite sure how its used)
It was added in back in Jan 2021(#17) when one could create a rent paying account. Runtime doesn't allow creating rent paying accounts anymore(solana-labs/solana#22292) but I think it was kept because there were still rent paying accounts in the network. We might remove it in the future since rent collection is being disabled(solana-labs/solana#33945).
Just fyi, the last rent paying account ran out of funds and was garbage collected last Thursday, so it should be good to remove now |
acheroncrypto
left a comment
There was a problem hiding this comment.
I think playground should support multiple Anchor versions but we can merge this PR now since most of the examples already work.
Thank you!
…r anchor contraints and types (solana-foundation#2703)
Added the following pages to Anchor docs:
Lmk any suggestions you have to improve the examples!
(I didn't include one for
rent_exemptconstraint because I'm not quite sure how its used)