Share:
Notifications
Clear all

Earn While Learning Web3 Programming>> Start Here FREE!!!

[Solved] Exploring Hyperverse Source Code Folders and Files Structure

1 Posts
1 Users
2 Reactions
744 Views
1
Topic starter

EXERCISE:

i. What is the different between the "Client", "Dapplib" and "Playground" folder in Hyperverse File Structure?

ii. Post answer in via forum below:

(NOTE: please, don't just copy paste from other student - instead answer in your own word base on your level of understanding the lesson and resources)

 

 

 

NOTE:

This Is An Exercise From Our FREE COURSE:

 Hyperverse 201 - [DECENTOLOGY HYPERVERSE PROGRAMMING COURSE 002]

(If you have not enrolled yet, you can join the course totally for FREE).

 

1 Answer
1
Topic starter

Exploring Hyperverse Source Code Folders and Files Structure

1- packages

i- client - where you customize your dApp frontend

ii- dapplib - handles connection between your dApp, Smart Modules and the Blockchain

- /packages/dapplib/src/dapp-lib.js
(contain all javascript functions you can call from your dApp client to interact with the Smart Modules)

iii- playground - folder for hyperverse smart modules user-friendly interactive interface for the frontend

2- .gitignore
3- LICENSE
4- README.md
5- flow.json
6- lerna.json
7- package.json
8- precheck.js
9- settings.json

Share: