All Projects → silviopaganini → nft-market

silviopaganini / nft-market

Licence: MIT License
NFT Marketplace prototype using Typescript, WalletConnect, Metamask, Web3, Solidity, React and Storybook

Programming Languages

typescript
32286 projects
HTML
75241 projects
Handlebars
879 projects

Projects that are alternatives of or similar to nft-market

widgetbook
Widgetbook is the custom widget library and collaboration platform for Flutter frontend teams.
Stars: ✭ 174 (-54.81%)
Mutual labels:  storybook
HealthCare-Insurance-Ethereum
Medical insurance claiming DApp which uses a Multi-Sig type approach to grant claim (ConsenSys project)
Stars: ✭ 65 (-83.12%)
Mutual labels:  ethereum-contract
storybook-addon-matrix
Storybook addon for rendering components with a matrix of props
Stars: ✭ 32 (-91.69%)
Mutual labels:  storybook
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (-91.17%)
Mutual labels:  storybook
Ocelot-Social
Free and open-source social network for active citizenship.
Stars: ✭ 49 (-87.27%)
Mutual labels:  storybook
React-Native-Web-TypeScript-Prettier-Boilerplate
A starterkit to work with nextjs, react-native, storybook… all with prettified typescript and in a monorepo
Stars: ✭ 16 (-95.84%)
Mutual labels:  storybook
storybook-addon-headless
A Storybook addon to preview content from a headless CMS in components
Stars: ✭ 23 (-94.03%)
Mutual labels:  storybook
learn-react-typescript
Learning React contents with TypeScript (Hooks, Redux)
Stars: ✭ 15 (-96.1%)
Mutual labels:  storybook
react-magnetic-di
Dependency injection and replacement for React components and hooks
Stars: ✭ 103 (-73.25%)
Mutual labels:  storybook
react-toolkit
Flexible components html + css + react using BEM convention. Maybe, you can call it "Design System" !
Stars: ✭ 89 (-76.88%)
Mutual labels:  storybook
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (-69.61%)
Mutual labels:  ethereum-contract
nextjs-starter-kit
NextJS Starter Kit with Testing Frameworks and CI/CD
Stars: ✭ 30 (-92.21%)
Mutual labels:  storybook
react-component-library-lerna
Build your own React component library managed with lerna, presented with storybook and published in private npm registry.
Stars: ✭ 55 (-85.71%)
Mutual labels:  storybook
paygreen-ui
UI PayGreen Components: React, Styled Component
Stars: ✭ 29 (-92.47%)
Mutual labels:  storybook
bitdegree-token-crowdsale
Token Website
Stars: ✭ 26 (-93.25%)
Mutual labels:  ethereum-contract
ethereum-contracts
Knowledge Ethereum Smart Contracts
Stars: ✭ 41 (-89.35%)
Mutual labels:  ethereum-contract
medly-components
🧩 Medly components provides numerous themable react components, each with multiple varitaions of sizes, colors, position etc.
Stars: ✭ 66 (-82.86%)
Mutual labels:  storybook
msw-storybook-addon
Mock API requests in Storybook with Mock Service Worker.
Stars: ✭ 168 (-56.36%)
Mutual labels:  storybook
storybook-styled-components
No description or website provided.
Stars: ✭ 76 (-80.26%)
Mutual labels:  storybook
chromatic-cli
Chromatic CLI: `npx chromatic`
Stars: ✭ 122 (-68.31%)
Mutual labels:  storybook

ERC721 NFT Marketplace

GitHub release (latest by date) code style: prettier GitHub

Prototype of a NFT Marketplace based on openZeppelin abstract upgradeable ERC721 contracts and Minting/uploading images to IPFS and integration with Opensea.io

⚙️ Dependencies

This project relies on NFT Contracts package and NFT Lambda Service for serving the metadata

🔬 Functionalities

  1. Buy a pre-minted token.
  2. Sell the token that was bought.
  3. Transferring ETH to the previous token holder;
  4. Adding and removing tokens from the marketplace;
  5. Minting tokens;
  6. Uploading NFT image to IPFS;
  7. Metadata and marketplace on Opensea.io
  8. Metadata and IPFS Lambda functions on AWS

See it live on Rinkeby Network

See my portfolio for more details


ETH-USD Service

It's been transferred to the NFT Lambda Service repository.

⚡️ Tech-Stack

  • Typescript
  • Solidity
  • React
  • Truffle / Ganache
  • Storybook
  • openZeppelin
  • Metamask (web3)
  • Opensea.io
  • Web3-react
  • IPFS
  • Lambda AWS
  • serverless

🔧 .env file

NODE_ENV=development
BROWSER=chrome
REACT_APP_SERVICE_URL=http://localhost:4000/dev
REACT_APP_RPC_URL_1=http://0.0.0.0:7545
REACT_APP_RPC_URL_4=https://rinkeby.infura.io/v3/INFURA_KEY

💰 Sponsor this project

Donations in ETH or BTC are welcome

ETH 0xD20634a78Fa0e98104419a63C278648ccCff4Ce7

BTC 35pDYqWj5zyogGbNb15W44e9veu6899cZj

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].