Skip to content

Hello World is a social connection web application that allows users to discover their Ethereum network.

Notifications You must be signed in to change notification settings

SamixDev/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World ✨

Hello World is a social connection web application that allows users to discover their Ethereum network.

The application offers a variety of features, such as:

  • follow/unfollow Ethereum addresses and get interesting Featured profiles and Recommendations users might like;
  • discover the common NFT Collections and POAPs with other addresses;
  • search for an ethereum address and check out the profile;
  • view Balance, Tokens, ERC20 Transfers, ERC721 Transfers, POAPs and NFTs for any user profile.

Project link: https://helloworld.social
Public repo: https://github.com/SamixDev/hello-world
Recorded video demo of CyberConnect API integration: https://youtu.be/Kv1_VvPineE
Recorded video demo of Unstoppable Domains Login integration: https://youtu.be/pCX0SSV39jk

landing

Setup

Prerequisites needed:

Steps to set the Backend running:

  1. Set the following variables in .env
  • COV_API=https://api.covalenthq.com/v1
  • COV_KEY= Covalent API key
  • PORT=2500
  • MORALIS_SERVER_URL= Moralis Server URL
  • APPID= Moralis APP ID
  • ETHERSCAN_API_KEY= EtherScan API key
  1. install npm dependencies with $ npm install;
  2. run the project with the command $ npm start;

Steps to set the Client running:

  1. go to the Client folder directory;
  2. make sure you do not have anything running on port 3000;
  3. install the Node dependencies by running $ yarn in the terminal;
  4. open a new terminal and run the command $ yarn start (make sure you are in the right directory);
  5. set in the .env the Unstoppable Domains credentials.

Thank you!

If you like our app and would like to stay up to date with the latest developments, kindly consider:

About

Hello World is a social connection web application that allows users to discover their Ethereum network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages