An example Calculator dapp built on the Solana network using the Anchor framework.
- To initialize an anchor project we use the command:
anchor init <new-workspace-name>
- To build an anchor project we use the command:
anchor build
- To Test an anchor project we use the command:
anchor test