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

ERC-1949: Delayed Distributed Minting #1949

Closed
wants to merge 8 commits into from

Conversation

johannbarbie
Copy link
Contributor

@johannbarbie johannbarbie commented Apr 18, 2019

The minting function of NFT contracts is centralized to a single chain. This proposal allows to mint tokens across multiple chains.

discussion at: https://ethresear.ch/t/a-distributed-breeding-function/5264

@johannbarbie johannbarbie changed the title ERC: Delayed Distributed Minting ERC-1949: Delayed Distributed Minting Apr 18, 2019
EIPS/eip-1949.md Outdated Show resolved Hide resolved
EIPS/eip-1949.md Outdated Show resolved Hide resolved
EIPS/eip-1949.md Outdated Show resolved Hide resolved
EIPS/eip-1949.md Outdated Show resolved Hide resolved
*/
contract IERC1949 {

function breed(uint256 _workerId, bytes32 _workerData) public;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ERC talks about minting, but the wording here is breeding. Which one is correct?

@axic axic added the ERC label May 20, 2019
@axic
Copy link
Member

axic commented Jul 1, 2019

@johannbarbie #1948 was merged so this could be finished now for merging.

@axic
Copy link
Member

axic commented Nov 23, 2019

Ping @johannbarbie

@github-actions
Copy link

There has been no activity on this pull request for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the stale label Sep 15, 2020
@johannbarbie
Copy link
Contributor Author

outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants