All my activities in one place–mostly dev stuff.

bretahajek.com

Tag: dApp

Deploying Contracts to Polygon with Brownie

Deploying contracts to Polygon

So you wrote your smart contracts tested them locally and now comes the big time—deployment to a real network. This can be quite scary as a small mistake can lead to big losses. Therefore it’s always a good idea to start with test nets and then move to live. In this short tutorial, I will describe the steps you need to take to deploy your smart contracts to the Polygon network without any issues.

Please follow me on Medium: @breta.hajek if you want to read this article:

FELToken with Ocean Protocol, Future and Integrations

Recently I started working on my new project: FELToken, creating decentralized privacy-preserving machine learning (using smart contracts and blockchain). I am planning to post weekly tutorials and stories from development.

This website will remain active, but there will be more content published on Medium.

Hosting a Decentralized Application for Free with GitHub Pages

In this tutorial, I will go over my current approach for hosting my decentralized application (dapp) code for free with GitHub Pages. This proves to be a great option for getting your dapp up and running quickly and for free. I will also show how to set up GitHub actions CI so that code changes are automatically deployed. I will use React as a frontend framework, but this can be easily changed.

Hosting decentralized application on github pages

2022 © Břetislav Hájek