Skip to content
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

Allow user to attach the document via URI #15

Closed
peerchemist opened this issue May 25, 2019 · 1 comment
Closed

Allow user to attach the document via URI #15

peerchemist opened this issue May 25, 2019 · 1 comment
Milestone

Comments

@peerchemist
Copy link
Member

As described in the perpera lib documentation:

It is possible to attach URIs to a document:

doc.addUri('https://example.com/foo.txt', spender).then(() => {
  // the transactions have been sent to the network
});

If the given URI is too long to fit into a transaction, an error is thrown.
@peerchemist
Copy link
Member Author

This is a first step toward:

#8

and

#7

@peerchemist peerchemist added this to the v0.2 milestone Jan 7, 2020
coladonz pushed a commit to coladonz/perpera-web that referenced this issue Jan 13, 2020
@coladonz coladonz mentioned this issue Jan 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant