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

Task 5 : Azey #659

Closed
wants to merge 5 commits into from
Closed

Task 5 : Azey #659

wants to merge 5 commits into from

Conversation

0xAlvi
Copy link

@0xAlvi 0xAlvi commented Jan 12, 2023

The Inery CRUD project seems to be a simple implementation of a CRUD (Create, Read, Update, Delete) system utilizing blockchain technology. The project appears to be built using Svelte, a JavaScript framework, and is designed to interact with the blockchain via an API.

The project's frontend is built using svelte, a JavaScript framework which allow developers to build rich and reactive user interfaces with a concise and easy-to-understand syntax. And it appears that the project uses modal components which are built with the Svelte framework, making it easy to create modals that are reusable and composable.

From the provided code, it appears that the backend of the project is built using Node.js and makes use of the fetch() method to send HTTP requests to the blockchain API. The code also includes a store for holding the response from the blockchain, which is then displayed on the frontend for the user.

It is important to mention that there is no indication of any error handling, the code relies on the assumption that the api calls will always return a success, and does not account for any failures. Additionally, the front-end code does not appear to be secured against any XSS or CSRF attacks, thus it may be vulnerable to such.

Overall, the Inery CRUD project is a basic implementation of a CRUD system that utilizes blockchain technology. It would benefit from additional error handling and security measures to ensure that it is robust and resilient to potential issues that may arise.

@IneryTestnet
Copy link
Collaborator

You need to publish your DApp online in order for us to test it.

@IneryTestnet IneryTestnet added the enhancement New feature or request label Feb 20, 2023
@0xAlvi 0xAlvi closed this Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants