Giter Club home page Giter Club logo

erc721-marketplace-frontend's Introduction

ERC721 Marketplace frontend

Frontend for the ERC721 marketplace ethereum contracts. Exposes a webapp that lets everyone interact with a ERC721 marketplace deployed on the ethereum network.

Usage

first of all

npm i

installs all the dependencies

Development server

npm start

will start a development server trough angular cli, the applicatoin will be loaded and will be available at localhost:4200; live reloading will be active.

Code scaffolding

Components are in the src/app/components folder, they are directly there if more than one page loads them (for example the header is loaded everywhere) or are inside the folder of the component that renders them.

Build

npm run build

builds the bundle application on dist/app, this folder can be served with any http server such as nginx or apache2 web server

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

Documentation

Documentation for architectural and implementation decisions can be found on the wiki page

erc721-marketplace-frontend's People

Contributors

lusergit avatar

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.