Ph Web3 Festival Hackathon Experience: Mentoring

Introduction  I haven’t posted in a long time, because I was busy learning more about blockchain technology for my job. But I decided to add a blog entry today, because I was fortunate enough to be able to participate in a web 3 hackathon event by Philippines Web3 Festival as a mentor. The details of the hackathon event can be found here  There’s still so much to learn about blockchain technology, because in my opinion it’s still at its infancy stage....

November 18, 2022 · Kenywil Tiu

Upskill 2 Part 2 (Hardhat): Smart Contract Compiling

Introduction  On the last blog post we have set up an initial environment, and created a new Hard hat project. For this blog we will be writing and compiling a smart contract on Hard hat. We will resume with the official hard hat documentation found here. Steps Assuming we’re still on the ‘hardhat-demo’ directory. Writing a Smart Contract Create a directory called ‘contracts’. mkdir contracts Create a file called ‘Token....

June 5, 2022 · Kenywil Tiu

Upskill 2 Part 1 (Hardhat): Concepts & Setup

Introduction  I have some practical experience with Solidity already, and was recommended by one of my colleague to try to supplement my knowledge with the Hardhat framework. I checked it out and would like to try it out and create a basic working smart contract. I will be following the official document of Hardhat found here. Hardhat Concepts Hardhat is composed of the following concepts. Tasks: There are commands that can be ran on the terminal, some are provided by Hardhat upon install (e....

June 4, 2022 · Kenywil Tiu

Project Idea 1 (Decentralized Portfolio): Introduction

Introduction  A little background about myself. I have always been fond of creating websites, and having my own place or brand in the internet. I have developed front end UI and UX in the past using ReactJS, and Angular when they were just starting out. Most of my projects are kept in a private repository on Bitbucket, they are still there but at this point in time I have forgotten how to customize them (poor documentation on my part)....

April 28, 2022 · Kenywil Tiu

Introduction

I’m Kenywil Tiu, an aspiring blockchain developer with interest in learning innovative technologies. The intention of this blog is to share what I’ve been learning, and will be learning. This will also act as a journal for proof of concept mini projects, or full blown projects that I will be developing.  As of now I have professional experience being a DevOps Engineer for 5 years. I also have a good understanding, and have programmed simple applications using programming languages such as Javascript, and Python....

April 26, 2022 · Kenywil Tiu