A gRPC server to handle basic functionality of the Algorand SDK:
- Create a wallet and one account that belongs to that wallet
- Get the information of a specific account
- Make a transaction between two accounts
- Get all transactions for a specific account
- Get one block on the chain, and the information associated with that block
Make sure that the Algorand Sandbox is running.
Start the server:
go run ./server/.
go run ./client/.