THTemitope Hassanintemitopeohassan.hashnode.dev·Apr 7, 2024 · 9 min readCreating A Simple SubgraphA subgraph is an open API to track and query an event recorded on a blockchain This tutorial will go through the creation of a simple subgraph that tracks a single event of a token. For this tutorial we will be using USDT(Tether) The first place to s...00
THTemitope Hassanintemitopeohassan.hashnode.dev·Aug 8, 2023 · 4 min readFirst Django Project - Hello WorldOpen the terminal and type the following: cd desktop cd virtenv $ python -m django --version if Django is installed you should see the version of the installation (4.1) $ django-admin startproject mysite This will create a mysite directory in your cu...00
THTemitope Hassanintemitopeohassan.hashnode.dev·Feb 3, 2023 · 1 min readHow To Install Git and GithubJust my luck. My #100DaysOfCode was finally starting. My New Year gift was having to reload windows on my computer, fortunate not to lose any of my files, but I have to set up all my development environments all over again. Node.js installation is pr...00
THTemitope Hassanintemitopeohassan.hashnode.dev·Jan 19, 2023 · 2 min readGetting Started With GitGit is a version control system that is widely used for software development and other version control tasks. It was created by Linus Torvalds in 2005. Git allows multiple developers to work on the same project simultaneously without interfering with...00