Skip to content

Commit

Permalink
docs: Update tutorial-3 conclusion (coral-xyz#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
keemy authored and johnrees committed May 30, 2021
1 parent 8910ad8 commit 73f7b27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/src/tutorials/tutorial-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ retrieve the return value. In future work, Anchor should do this transparently.

## Conclusion

That's it for the introductory tutorials for Anchor. For more, see the `examples/` directory in the
[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).
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!

## 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.

0 comments on commit 73f7b27

Please sign in to comment.