Git Product home page Git Product logo

blockchain_explorer_backend's Introduction

Intro

This is the backend for my Etherscan clone. It is a simple blockchain explorer that allows you to search for blocks, transactions, and addresses.

You can find the frontend at: https://github.com/lucadidomenico/blockchain_explorer_frontend

YouTube Playlist (ITA)

๐Ÿ‘‰๐Ÿป https://www.youtube.com/playlist?list=PLpwebJpi_tu3rYba_zooIZSpv1410rQiV

Getting Started

Install the project

Run the following commands to install the project:

git clone https://github.com/lucadidomenico/blockchain_explorer_backend
cd ./blockchain_explorer_backend
npm install

Run the following commands to deploy on AWS (You will need an AWS account with free tier and your access key and secret keys):

aws configure
# insert your access key, secret key and region when prompted
npm run build
cdk synth

If the latest command returns without any error, deploy the project on AWS with:

cdk deploy

CDK Architecture

Architecure

READ API

  • balance in ETH of a specific address (api gateway)
  • retrieve the current price in USD of ETH
  • list of transactions made or received by a specific address ordered by execution date (db)
  • details of a single transaction by hash (db)

Requirements (all free)

blockchain_explorer_backend's People

Contributors

lucadidomenico avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.