Skip to content

Krypto Web 3.0

_gage edited this page Jan 12, 2022 · 12 revisions

Welcome to the krypto wiki!

Introduction

  • The goal is to create a react based application and apply web 3.0 standards
  • I will try to maintain this wiki page documenting the steps
  • I am following a tutorial which can be found on Youtube here

Setup

  • I created a virtual machine using virtual box and installed a stable Ubuntu distribution.
  • I created a new repository on this github account and updated my local configs to point to it

Git config after all the setup is done.

[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = ssh://[email protected]/iam-gage/krypto fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main [branch "setup"] remote = origin merge = refs/heads/setup

ssh key was generated using ssh-keygen Once this key was generated, I copied the public key from ~/.ssh/id_rsa.pub into my github deploy settings under a newly created key.

This allows repository authentications to be done via ssh.

Installing and running REACT was done following all tutorial steps