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
- Host: GitHub
- URL: https://github.com/nethereum/nethereum.googlefunctionexample
- Owner: Nethereum
- Created: 2020-10-23T12:51:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T14:44:06.000Z (over 5 years ago)
- Last Synced: 2025-04-28T08:48:48.377Z (11 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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