This project needs the following requirements:
- Open terminal & navigate to the directory where you want to clone the repository.
- Run the following command to clone the repository:
git clone https://github.com/pramaths/onchainanalysis.git
- Navigate into the cloned directory:
cd onchainanalysis/
⚠️ Skip incase of using docker
Once you have cloned the repository, you need to install the required dependencies. Run the following command:
npm install
⚠️ Skip incase of using docker
After the dependencies are installed, you can start the server with the following command (it will be at localhost:8000
by default):
node .\index.js
Make sure you have .env
in the root folder & docker daemon is running
docker-compose up --build
If all the test work properly, server will be running on localhost:8000
(by default)
transaction = tx transaction_list =txlist transaction_hash=txhash
accounts = address address = address from_address = from_address to_address= to_address
page_limit = 10000