-
Notifications
You must be signed in to change notification settings - Fork 2
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
Build a countdown page for hardfork #817
Comments
Sorry about it, I just checked the related settings, it could be public for everyone, please try it again |
Design Draft: ![]() Considering the launch time and development difficulty, the head animation should be kept as simple as possible while effectively conveying the new Hardfork to users. The head animation will use blocks to represent the transition between the old and new Hardfork. When the mouse hovers over a block, hover information will appear. Therefore, animation development is required. This is a sample animation: Countdown.page.mp4 |
Where should I get this animation? |
Because there is an interactive element that displays information on mouse hover, the animation should be paused when hovered. Therefore, this animation needs to be developed. As shown in the design draft, the previous animation was only a sample. ![]() |
The space between cubes is sparse We could make them consistent, and similar to cell patterns of CKB ![]() Update: it looks like the space in the square is parsed in the animation. |
3d effects involve a lot of issues with renderers and lighting modeling, and are basically impossible to develop by self. vector animation is recommended here if we want to have motion effects. |
We can use a gif for the 3d cube. |
Got it, the light on the cube is not affect by its position, so it should be achievable. cc @PainterPuppets |
https://docs.nervos.org/docs/history-and-hard-forks/intro-to-hard-fork can be summarized by AI and displayed in this part ![]() |
This is a 3D block GIF image that lasts for 4 seconds. Combined with the preceding 2D block segment, the entire block moves across the screen in 8 seconds. ![]() |
Try https://magicui.design/docs/components/confetti and ![]() |
info_and_discussion_about_hardfork.json Just summarized 14 pieces of news/info/discussions. I write them in forms of:
I leave the avatars and date empty. We do need avatars based on the UI, but I'm not sure in which forms I should provide it in json. @Keith-CY cc @PainterPuppets |
About the Name of "CKB2023" in the RFC I once read a proposal , a draft one I think, which says the original name of CKB edition which derived form the year number should be replaced by an official name, but we can still see words like CKB2023 in the RFC document. Should we replace it by "CKB Meepo" or using CKB2023 is still fine. |
We can use the logo/avatar of the information source, they are accessible by img link |
CKB2023 refers to the last hardfork, I think the page's content is not updated for CKB2025, i.e. Meepo. We can summarize it later. |
Instead of using summaries from RFC0051, I replaced them with summaries from this RFC (https://github.com/nervosnetwork/rfcs/tree/3a6ae4fa5d59b6e33fa7bd563d336706d135c0d8/rfcs/0053-ckb-hardfork) though it's not merged into the master branch. Latest file here: @PainterPuppets I thought there should be a official RPC for this harkfork as it was for edition 2023, but as you said, it's not updated now.
cc @Keith-CY |
Updated with avatar link cc @PainterPuppets |
Is your feature request related to a problem? Please describe.
Next hardfork of CKB will be scheduled soon, and there is expected to have a page for the public to learn about this hardfork.
The following information should be included
5.1. percentage of nodes that support the hardfork
5.2. miner pools
5.3. exchanges
Describe the solution you'd like
We can build a page for this event and make the banner a carousel for various news.
Additional context
The page is expected to be online before 3/1
The text was updated successfully, but these errors were encountered: