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

Tokens on Quorum with Serial Numbers #295

Closed
Rogerbut opened this issue Feb 24, 2018 · 2 comments
Closed

Tokens on Quorum with Serial Numbers #295

Rogerbut opened this issue Feb 24, 2018 · 2 comments
Labels

Comments

@Rogerbut
Copy link

Hi,
I have a simple, but awkward question.
Is it possible to create tokens on Quorum that will be serial numbered ?

I know that its not possible within the ERC20 standard, but can we create custom tokens that have extra features like that using quorum?

Thanks for taking the time to answer

@jsimnz
Copy link

jsimnz commented Mar 1, 2018

I am not yet too familiar with Quorum specifically, but I believe what you are referring is a non-fungible token, IE a system where each token is unique. Thankfully you aren't the first one to have a need for such a token in the Ethereum community.

There is the ERC721 & ERC875

Both of these create a token with a sense of uniqueness, and more imporantly, ownership, where as the ownership of MyToken:A (The token MyToken, with the identifier A), is different then the ownership of MyToken:B.

Hope that helps.

@jpmsam jpmsam added the question label Apr 8, 2018
@jpmsam
Copy link
Contributor

jpmsam commented Apr 8, 2018

@Rogerbut Quorum doesn't provide natively any extra features for tokens. It implements that same standard EVM.

@jpmsam jpmsam closed this as completed Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants