Last updated 3 years ago
It should be easy to sell tokens and bundles of tokens on your website without being a technical expert.
Create a web component that allows you to put items inside a bundle and set a price to sell it for via smart contract.
This is the total amount allocated to @chain-lib bundle selling component.
Create a web component that allows you to put items inside a bundle and set a price to sell it for via smart contract.
Novella / Cardano Keys Developer, SPO, Alanzo Purple tester, Plutus Pioneer 1, and already built several components inside the github repo.
What is chain-lib/cardano-api & chain-lib/cardano-components?
Chain lib is an open-source blockchain library monorepo. That means that multiple related projects will all be worked on in this repository.
Cardano-api is a wallet API that follows CIP-30 dapp connector. An easy analogy is that it is building the truffle sweet, for Cardano. It is difficult for a developer that is not intimately failure with Cardano and message signing to use CIP-30. Therefore this API also exposes several functions to staking and transactions easier. You can find needed updates in the open-source funding section.
Cardano-components are web-components (ie you can use them in any framework, react, vue, angular, etc), that utilize the Cardano blockchain. Currently, there are components for initializing cardano-api, asking the user for permission to connect to your wallet, sending transactions, and staking. Every new component is used to update, add to, and test cardano-api.
Overview
It can be ideal within the initial to sell bundles of items to a user. For example, a cart feature will need you to sell bundles of items. It would be ideal if we could create, bundles of nfts, and tokens to sell to users.Â
Definition of Success
In 6 months the UI elements should be complete. By 12 months the project will be fully complete and in use by several projects.
Cost
UI for token bidding: $50 USD * 70 hrs
Backend for bidding : $50 USD * 177 hrs
Tax : $3087.8 USD
Novella / Cardano Keys Developer, SPO, Alanzo Purple tester, Plutus Pioneer 1, and already built several components inside the github repo.