An open API service indexing awesome lists of open source software.

https://github.com/nethereum/nethereum.googlefunctionexample

Simple example of using a Google Http Function
https://github.com/nethereum/nethereum.googlefunctionexample

Last synced: 5 months ago
JSON representation

Simple example of using a Google Http Function

Awesome Lists containing this project

README

          

# Nethereum.GoogleFunctionExample
Examples of using Google Http Functions to integrate with Ethereum
+ Simple Example
+ Configuaration example:
Creates a singleton of Web3 configured using a Url and optional Account with its private key.

### More info on Google Functions:
+ Jon Skeet blog post: https://codeblog.jonskeet.uk/2020/10/23/a-tour-of-the-net-functions-framework/
+ Functions Framework Repository https://github.com/GoogleCloudPlatform/functions-framework-dotnet/
+ Functions Framework Repository examples: https://github.com/GoogleCloudPlatform/functions-framework-dotnet/tree/master/examples