Skip to content

使用solidity在ICP上开发的收藏夹应用。

License

Notifications You must be signed in to change notification settings

wureny/BookmarkManger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookmarkManger

Introduction

Using the favorites application developed by solidity on ICP, each user can create multiple favorites, all of which are public, aiming to better share them with others.

Functions

Create a user

Use the byte type principal as the unique identifier of the user's identity.

Create favorites

It has label, name, desc and unique uid.

The owner can set an administrator for the collection, and the administrator has the authority to add collections, which can better serve the purpose of sharing.

add Items to the bookmark

Let’s treat the item as Book. Each book has name, content and desc.

Stars

Users can give bookmark a star. A star contains the uid of the bookmark and desc.

Recommendations based on labels and number of stars

Users can get bookmarks taht get most stars based on specific label.

About

使用solidity在ICP上开发的收藏夹应用。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published