-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DID Provider P2P APIs #131
Comments
@ruffiano89 |
@ruffiano89 |
@ruffiano89 |
import fulaProvider from 'fula-provider' |
I will add source code into fula-sec with test case and you can use as reference. Pls, feel free to ask any question. |
await ipfs.name.publish(path, {key: keyName,}) we will add here pem key which is temporarily key after publishing we will remove it. key is only belongs to specific user which is owner. |
How the owner get the pem key? |
Each time when we publish new content or update user will use encrypted pem key. after all process should be removed, because its temp pem key. we dont need keep always |
@ruffiano89 |
Required:
Create
Resolve
Update
Create:
Param (content: object)
Returns Content: object
Param (peerId: string)
Returns (Content: Object)
Call Resolve function and get Content with peerID
Update previous content with new Content
The text was updated successfully, but these errors were encountered: