Welcome to the My Assignment This Node.js application utilizes the ethers.js library to interact with Ethereum-based blockchains and provides an easy-to-use Swagger documentation interface for exploring the available APIs.
Follow these instructions to get the project up and running on your local machine.
-
Clone the repository:
git clone https://github.com/jusdy/Web3Assignment.git
-
Navigate to the project directory:
cd Web3Assignment
-
Install the project dependencies using Yarn:
yarn install
- Start the development server:
yarn dev
- To explore the available APIs and their documentation, open your web browser and go to:
http://localhost:8000/docs
The Swagger UI interface will allow you to interact with the APIs in a user-friendly manner.