w3f / Grants-Program

Web3 Foundation Grants Program
https://grants.web3.foundation/
Apache License 2.0
1.04k stars 2.06k forks source link

Create Polkanalysis.md #2430

Open Apolixit opened 2 weeks ago

Apolixit commented 2 weeks ago

Project Abstract

Polkanalysis is a Substrate-based blockchain explorer. It’s a web application and an API that combines data directly retrieved from the chain with a background service that also performs on-chain queries to populate a database.

Grant level

Application Checklist

github-actions[bot] commented 2 weeks ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Apolixit commented 2 weeks ago

I have read and hereby sign the Contributor License Agreement.

Apolixit commented 1 week ago

Hello @semuelle , Thank you very much for your feedback!

Here are the answers to your different points:

For the 9 points mentioned in Milestone 1, the only one that hasn’t been fully developed is the web application (I’ve started it, but let’s say it’s at 50%). The other elements are either completely developed or around 80%. At this point, I can, if you like, add a progress status for each of them. Nevertheless, I still have around 3 months of development and testing left to stabilize the application. To give you some examples, I still have a few bugs related to CheckMetadaHash and the generation of enums in C# (I noticed that some enums have the same index). I also need to develop several front-end components. In summary: I’m at 50% for the web application (3 weeks of work remaining) I still need to stabilize my infrastructure, as I’m having a few issues mapping my data (1 month) A few bugs related to the database and concurrent calls since everything is asynchronous (1 week) Deploy everything in production and start populate the production database (2 weeks)

I will update the PR with the progress percentages for everything.

Regarding the second point, I plan to:

The advantage of this kind of part-time project is that it doesn’t need to be profitable (though I will avoid letting it cost me $2,000 a month...), and my financial stability doesn’t depend on it.

Regarding the license, how do you know that it is under GPL? Thanks a lot :)

Apolixit commented 1 week ago

Hello @semuelle ,

I’ve updated the PR by splitting my “milestone 1” table into two parts:

I’ve also updated the licenses of my projects in this commit, which will be merged into master in a few days.

Regarding the project description, I don’t believe it needs any changes.
I understand it’s standard not to accept retroactive payment, but I would like to emphasize that the work done so far also demonstrates the level of rigor I can bring to the project.

Let me know if you need anything else :) Romain