docs: Update tutorial-3 conclusion (#336)

This commit is contained in:
keemy 2021-05-28 02:17:04 -07:00 committed by GitHub
parent 062b9257c3
commit 70eb821516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -71,6 +71,9 @@ retrieve the return value. In future work, Anchor should do this transparently.
## Conclusion ## Conclusion
That's it for the introductory tutorials for Anchor. For more, see the `examples/` directory in the Now that you can have your programs call other programs, you should be able to access all the work being done by other developers in your own applications!
[repository](https://github.com/project-serum/anchor). For feature requests or bugs, GitHub issues
are appreciated. For direct questions or support, join the [Serum Discord](https://discord.gg/rg5ZZPmmTm). ## Next Steps
Up until now, we've treated programs on Solana as stateless. In the next tutorial we will learn how to add a global state to our program.