Coder Social home page Coder Social logo

unelmamarket's Introduction

Compilation Test Coverage Status Test code style: prettier

ERC721 Marketplace

Description

This repo contains the contracts (along with their tests) to build an ERC721 marketplace on ethereum, wich underlying currency can either be ethereum itself (with eth) or an ERC20 implementation (Openzeppelin's implementation or your custom implementation).

Usage

npm i
npm run compile
  • compile the contracts
  • deploy them trough the provided scripts trough an ethereum node (Infura provides some for free)
  • build a frontend that handles contract calls (I suggest metamask apis combined with ethers to interact with your contract)
  • deploy (if your site is a single page site build for example with angular or react i also suggesto ipfs to deploy it for free)

Tests

All the contracts are tested with hardhat (and compiled with it), the tests are available in the test folder and can be executed with

npm run test

Contributing

For every feature request submit a pull request and if useful and meaningful wil certainly be approved by someone.

Standards

all the code to be integrated has to be formatted with prettier. Fortunately we provide an easy way to do so, just run

npm run prettify

and your code will automatically be formatted, so that everything is uniform. After that commit and make your pull request

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.