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

Implement NFT case study for hyperchains prototype #17

Closed
3 tasks
kantai opened this issue Jan 24, 2022 · 3 comments · Fixed by #105
Closed
3 tasks

Implement NFT case study for hyperchains prototype #17

kantai opened this issue Jan 24, 2022 · 3 comments · Fixed by #105

Comments

@kantai
Copy link
Contributor

kantai commented Jan 24, 2022

We should implement a case study application and document how the application can be spun up in two ways:

  1. On the actual Stacks testnet
  2. On a local Stacks mocknet

This will require a few different pieces:

  • A simple Stacks NFT contract, which exposes an interface that the sample hyperchains contract can invoke
  • A counterpart to the Stacks NFT contract for launching on the hyperchain, which exposes the requisite depost and withdraw interfaces.
  • An integration test which:
    - Starts a Stacks mocknet node
    - Deploys the sample hyperchain contract to the Stacks node
    - Deploys the Stacks NFT contract
    - Deploys the Hyperchain NFT contract
    - Tests: mint on hyperchain, withdraw to Stacks chain
    - Tests: mint on Stacks chain, deposit to hyperchain
@saralab saralab added the 3w label Feb 7, 2022
@saralab saralab changed the title Implement NFT case study for subnet prototype Implement NFT case study for hyperchains prototype Mar 23, 2022
@lgalabru
Copy link
Member

A lighter version of http://wyvernprotocol.com could be interesting.

@saralab
Copy link
Contributor

saralab commented Jun 21, 2022

Include Transfers of NFTs within Hyperchains in the use case

@kantai kantai linked a pull request Jun 28, 2022 that will close this issue
@kantai kantai moved this from In progress to Review in progress in Subnets [Archive - Inactive] Jul 14, 2022
@saralab
Copy link
Contributor

saralab commented Aug 3, 2022

Merged, closing this

@saralab saralab closed this as completed Aug 3, 2022
Subnets [Archive - Inactive] automation moved this from Review in progress to Done Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

4 participants