From 398428dfaa123127150cede0bebb1ed93da0a3b0 Mon Sep 17 00:00:00 2001 From: Paulo Vidal Date: Sun, 23 Jul 2023 21:03:42 -0300 Subject: [PATCH] docs: +readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..82f0d0b --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +# solc-js-lambda: A serverless Ethereum smart contract compiler using AWS Lambda and TypeScript + +This project is a proof of concept for a serverless Ethereum smart contract compiler using AWS Lambda and TypeScript. It is based on the [solc-js](https://github.com/ethereum/solc-js) project.