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
- Node 12 or better
- Covalent API key
- EtherScan API key
- Moralis Server & APP ID
- Unstoppable Domains credentials
- Set the following variables in
.env
COV_API=https://api.covalenthq.com/v1
COV_KEY=
Covalent API keyPORT=2500
MORALIS_SERVER_URL=
Moralis Server URLAPPID=
Moralis APP IDETHERSCAN_API_KEY=
EtherScan API key
- install npm dependencies with
$ npm install
; - run the project with the command
$ npm start
;
- go to the Client folder directory;
- make sure you do not have anything running on port 3000;
- install the Node dependencies by running
$ yarn
in the terminal; - open a new terminal and run the command
$ yarn start
(make sure you are in the right directory); - set in the
.env
the Unstoppable Domains credentials.
If you like our app and would like to stay up to date with the latest developments, kindly consider:
- star the project on Github: https://github.com/SamixDev/hello-world;
- follow it on Twitter: https://twitter.com/hwdotsocial.