Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring the index.js file into components file architecture #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

devperate
Copy link

structure as follow:
index.js -> entry file: runs express sever and kth node
/src

  • kth.js -> kth related functions
  • router.js -> where all the endpoint routes will be located
  • helper.js -> helper functions file
  • /routes
    • block.js -> blocks related endpoint functions
    • transaction.js -> transaction related endpoint functions
    • header.js -> header related endpoint functions

pending to add the app.get('/lastHeight' endpoint

src/kth.js Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please join this file with index.js

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@devperate devperate closed this Jun 29, 2023
@devperate devperate reopened this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants