This is the Stablecoin Factory project, built using Anchor Framework.
To test the Stablecoin Factory project, follow these steps:
- Ensure you have Anchor Framework installed on your machine.
- Install the required dependencies by running npm install or yarn install in the project root.
- Navigate to the project root: cd stable-program-library/stablecoin_factory
- Run the tests using Anchor's test command: anchor test
- Verify that all tests pass.
Stablecoin Factory UI codebase is public and is available here