Assignment: Ship your own Anchor Application
Thus far, we've provided you with example for most of the assignments. It's time to learn how to be an independent blockchain developer by shipping a project on your own
Objective:
To develop a full-stack app using Anchor on the Solana blockchain while learning about best practices
To gain experience using with writing and deploying apps on the Solana blockchain using Anchor
Task:
Familiarize yourself with Anchor, testing by connecting your own wallet
The application should have:
Backend that uses Anchor API logic for implementation and makes use of the correct data structures
Frontend that makes use of your frontend language of choice (we recommend JavaScript). Implement the user interface for the application, including the forms and charts required to trade, borrow, lend, and earn interest on digital assets
Plan the application, identify the data structures and APIs required for the application.
Write comprehensive tests to ensure full functionality, making sure everything works as expected
Deploy the program to the testnet and test it using the tests written
Share the application code and tests with the community Discord
Resources:
Last updated