Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ethereum Etl | 2,456 | 13 days ago | 37 | May 24, 2022 | 125 | mit | Python | |||
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ | ||||||||||
Aws Ethereum Miner | 211 | 6 months ago | 5 | Python | ||||||
CloudFormation template for mining Ethereum crypto currency on AWS | ||||||||||
Docker Geth Lb | 96 | 3 years ago | 2 | mit | Dockerfile | |||||
MyEtherWallet AWS set up. Deploy public-facing Ethereum nodes using AWS CloudFormation / Docker / Parity / Geth / ethstats | ||||||||||
Web 3.0 Books | 74 | a month ago | 4 | |||||||
web3, Metaverse, AI, MLOps, AWS Sagemaker, Blockchain, API Token Economy, and Graph Database, And there are many books | ||||||||||
Go Ethereum Aws Kms Tx Signer | 39 | a month ago | 1 | mit | Go | |||||
Ethereum transaction signer using AWS KMS keys. An extension for the go ethereum client library. | ||||||||||
Nft Deployment Amazon Managed Blockchain | 34 | 3 months ago | mit-0 | JavaScript | ||||||
Sample code and reference architecture to deploy an NFT on the Ethereum blockchain using Amazon Managed Blockchain | ||||||||||
Private Chain | 21 | 3 years ago | Shell | |||||||
⛓An Ethereum PoA private-chain environment on AWS. | ||||||||||
Cryptolambda | 20 | 6 years ago | gpl-3.0 | JavaScript | ||||||
Periodically buy cryptocurrencies (Dollar Cost Average) in BitStamp using AWS Lambda scheduled events | ||||||||||
Saga Pattern Nodejs Aws | 19 | 2 years ago | 18 | apache-2.0 | TypeScript | |||||
An implementation of Saga pattern for distributed transactions with NodeJS and AWS | ||||||||||
Blockform | 18 | a year ago | 16 | agpl-3.0 | HTML | |||||
Ethereum Blockchain as a Service |
An AWS Lambda Layer for the Ethereum web3.js Javascript API. It makes use of the lambci/docker-lambda images to replicate the live AWS Lambda environment and build the web3.js dependencies for said environments. It can then be used as a dependency bundle.
You'll need to have Docker installed. You can opt to use Serverless for deployment or simply run the build.sh
file manually and upload the resulting layer/nodejs
folder as a ZIP archive to the AWS online console.
sls deploy
Check out the example folder for a simple use case of this layer in a Serverless function.
This dependency bundle will not be available locally to Serverless. If you need to test locally, install the web3.js npm package as a development dependency.