Jul 4, 2024 by Arnaud Stoz | 461 views
A few weeks ago, we had the opportunity to present a short webinar on two topics currently under research in our department:
The replay of every webinar can be found on the YouTube channel of the webinar RMA. This webinar is organized by the Royal Military Academy and happens every month on a broad variety of topics (cyber, ballistics, chemistry, etc). You can find more information on the RMA webinar web page.
This blog post is licensed under CC BY-SA 4.0
Conference Blockchain Cyber Situation Awareness
Blockchain Ethereum
If you have already played with geth, you probably have already noticed the --dev option. This option is very handy when you want to quickly start a node to test something. However, you might have found that the developer account which is automatically set is a random account. This randomness can be annoying when trying to automate some testing tasks. The good news is that there is a way to set this developer account. That’s what will be explaine...Blockchain golang
If you already research about web3 and decentralization, you probably stumbled on the Inter Planetary File System (IPFS). However if you wanted to use the API provided by the IPFS in one of your go program, you probably went crazy trying to understand how to use the API to finaly realize the documentation is not even up to date and refer to deprecated library. The IPFS-API module try to fill this gap and provide a basic yet simple to use package...