Git Product home page Git Product logo

pc-showcase's Introduction

Projects Showcase

This project is aimed at showing interesting blockchain-related projects. Users can share their projects, giving a link URL and some PPC/BTC addresses for donations.

Submit a Project

To submit a project to the showcase, follow these steps:

  1. Fork this repository;
  2. Add your project at the end of projects.json file;
  3. Add your project image at the /imgs/projects folder.

In order to get your PR accepted, some rules must be applied:

  • Your project image must be: JPG, PNG or SVG, and must cointain a resolution of 600x400px.
  • Coins accepted for donation are: PPC and BTC.
  • The max number of tags per project is five.
  • A project must be submitted only by its owner (or with explicitly approval of owner). If you found a cool project related to Peercoin, first ask for owner permission before submitting it here.

Here is a sample of the snippet one would add to projects.json file:

{
  "id": 10,
  "name":"My Awesome Project",
  "description":"This is my project description (keep it small).",
  "imageUrl":"1.jpg",
  "link": "http://my-project-url.com/",
  "tags": ["app", "mobile", "ios", "android", "etc"],
  "donation": [
    {
      "symbol": "PPC",
      "address": "PF1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"
    },
    {
      "symbol": "BTC",
      "address": "1F1tAaz5x1HUXrCNLbtMDqcw6o5GNn4xqX"
    }
  ]
}

If you have any question, feel free to open an issue.

Developing / Contributing

In order to run the project locally, you must follow these steps:

  1. Make sure to have Node.js installed;
  2. Clone this repo;
  3. Run npm install;
  4. Run npm start to lift server at localhost:3333;
  5. Run npm build to build a production version.

Delivering to projects.peercoin.net

A server-side script pulls this git every 30 minutes. In order to update the production website, simply deploy changes to gh-pages branch and wait until the next server pull.

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.