GithubHelp home page GithubHelp logo

tqtezos / minter Goto Github PK

View Code? Open in Web Editor NEW
192.0 192.0 91.0 4.79 MB

OpenMinter is dApp framework for enabling the creation and collection of non-fungible tokens (NFTs) on Tezos.

License: MIT License

HTML 1.09% CSS 0.41% TypeScript 98.23% Shell 0.26%

minter's People

Contributors

alex-kooper avatar eguenz avatar emishur avatar emmanueldenloye avatar jacobarluck avatar ktorn avatar lambdahands avatar mycodecrafting avatar obstropolos avatar ricklove avatar tezit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

minter's Issues

Design operation polling solution

After the server publishes an operation, we need a system in place that notifies the client when the operation is confirmed. This system should survive browser refreshes as well as server restarts.

Behavior

  • When an operation is published to the server:

    • insert a published_operation row in the database with a 'published' status, return the new entity to client
    • asynchronously poll for confirmation update the row in the database with a 'confirmed' status
      • (option 1): rely on client polling to receive update
      • (option 2): send update via websocket
  • When a published operation is returned to the client:

    • (option 1): poll server endpoint and check for confirmation
    • (option 2): listen over websocket for operation confirmation

Create Auction Contract Factory

The contract factory to create new auction contracts:
-User makes the factory an operator for their FA2 account
-User submits request for new auction with specific parameters to factory
-Factory checks list of unused auctions and originates a new one if it's empty
-Factory sends auction params to the unused auction contract and transfers the desired number of FA2 tokens on the user's behalf, beginning the auction
-Buyer bids on auction and it ends: the auction completes the "sale" transfer, clears its storage of params, and pings the factory

Enable creation of new contracts

Give users the ability to choose to mint via our existing contract or deploy their own.

Additionally, allow them to mint more NFTs to their existing contracts.

IPFS Integrations

Implement IPFS integrations in order to save and host user images

Add a license to the project

Please add a standard MIT license to the project.
New file-> Create file
Type the name "License"
The button appears in the top right to choose a template.

Figure out production deployment

Gut the server side as much as possible in order to have a dapp-like structure. IPFS for image hosting will remain the only component on the server side in order to retain data availability.

NFT contract error on mint due to failed admin check

I deployed both the multi nft and the minter contracts and set their admin to the be the same. When I call mint entrypoint on minter from my admin-address it fails on the internal call to the multi-nft due to NOT_AN_ADMIN on line 508. Presumably because the check for sender is failing due to the sender being the minter contract which is not the admin of the multi-nft.

Is the intention that the minter contract would always be the admin of the nft contract or should the admin validation look for a match on source instead of sender?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.