ethereumjs / ethereumjs-monorepo

Monorepo for the Ethereum VM TypeScript Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client: Add some small Verkle section in docs

holgerd77 opened this issue · comments

I think being able to test Verkle and run the test networks is a strong selling factor for our client being used as a research client, and we should point this out in the docs.

So we should give this a small section in the main README to both make the integration more visible and assist people who want to experiment.

This does not need to be long and can very well link to existing write-ups in PRs or issues (but it might also make sense to just directly copy them over completely to have some more persistent place for them).

There should also be a cross-link to the Verkle package somewhere in these docs.

Hey @holgerd77 how are you?
I can take this one, need some clarification. Any idea what was the document referenced here: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/verkle#examples it's now 404

I see that Verkle proof (check & creation) are not possible yet, any ETA to announce in the main readme?