Skip to content

A simpe gRPC server that interacts with the Algorand SDK

Notifications You must be signed in to change notification settings

hashprotocol/algo-grpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Prerequisite

Run the server

Make sure that the Algorand Sandbox is running.

Start the server:

go run ./server/.

Make a request

go run ./client/.

About

A simpe gRPC server that interacts with the Algorand SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%