The Project
The project consisted of developing and launching a Dayvidende token - $DVE. The token is much more complex than the traditional ERC20 token. Its features consist among others of: three-level affiliate program, dynamic fees, and distributing the rewards (the dividend) each day. We were also responsible for designing and developing the website on which said token will be sold.
Designing the look and feel
The design process for the project involved multiple stages of research, ideation, and testing. Our in-house graphic designer conducted extensive research on similar websites and competitors in the industry to understand the design trends and user expectations. The designer also conducted user testing to gather feedback on different design options and ensure that the final design was intuitive and easy to use. After gathering all the necessary information, the designer presented several design concepts to the client, and after multiple revisions and iterations, the current design was chosen as it perfectly encapsulated what the project needed - a slick, minimalistic, intuitive interface. The green color used in the logo was chosen to convey the association with money, and the gradient added a modern touch. Similarly, the mix of darker grays in the background was chosen to evoke a feeling of professionalism, which is crucial for such a project.
Challenges of Optimizing Gas Fees
One of the biggest challenges the team faced during the development phase was optimizing the gas fees, as the dynamic fees feature required a lot of computation. Gas fees are the transaction fees paid by users to the Binance network, and they can significantly impact the performance and cost of the token. To overcome this challenge, the team had to find creative solutions to minimize the gas fees without compromising the functionality of the token. One approach used was to optimize the gas usage by consolidating multiple transactions into a single transaction. Another approach was to implement off-chain computations to reduce the computation needed for dynamic gas fees.