Senate

Senate is a web3 infrastructure tool made for governance teams and delegates which aims to help you never forget to vote on a proposal ever again. It does so by giving you access to a dashboard which includes all the new proposals of the DAOs you follow. To increase your visibility as a delegator, it as well allows you to view and share your past votes. Future plans include notifications across a variety of channels, like Discord, Telegram or EPNS....

September 21, 2022 · 1 min · 188 words · Me

This Website

It looks like a simple hugo static website, right? Let’s dig a bit deeper. If you check its repository, you will notice there’s a Dockerfile in there, so this website is built using Docker and running on nginx. ┌──────────────────────────┐ │ │ │ andreiv.com source code │ │ │ └────────────┬─────────────┘ │ │ ▼ ┌──────────────────────────┐ │ │ │ ┌──────────────────┐ │ │ │ │ │ │ │ nginx │ │ │ │ │ │ │ └──────────────────┘ │ │ │ │ docker image │ └──────────────────────────┘ Where is this docker image hosted?...

September 22, 2022 · 5 min · 885 words · Me