/create-reef-app

sample app for reef-chain , uses util-lib for easy onboarding of devs

Primary LanguageJavaScript

create-reef-app

sample app for reef-chain , uses util-lib for easy onboarding of devs

use command npx create-reef-app to create a sample project , on top of which you can build your application. After running the command you will see instructions on the terminal itself, just like this-

Screenshot 2023-09-18 at 1 05 24 AM

On your first run - it will ask you to authorize the app to use reef-extension, also keep in mind that , you need reef browser extension installed in your browser to use this, i will be adding more features to this boiler plate and refactoring the code soon. Screenshot 2023-09-18 at 1 06 38 AM

for now it displays all your asset holdings on reef ( tokens and nfts ) Screenshot 2023-09-18 at 1 07 49 AM

Smart contract interaction will be added in future