coldyjudgy / pixori-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixori-prototype

πŸ” Introduction

BEYOND-Flow team is working on a project related to Flow that seeks the foundation of the Digital Asset Open World. We have established communication with Flow blockchain developer team called Dapper Labs, which developed Crypto Kitties and NBA Top Shot. Currently, we are developing new service items for user to purchase and trade Flow NFT-based digital assets. We aim to explore the potential for new crypto economic development with NFT and deliver truly user-friendly digital assets.

This repository is for Cadence smart contracts that define core functionality of our service.

πŸ‘½ Team Members

Our team consists of 4 developers and 2 managers. Please contact us via flow@gobeyond.ac

🚩 Commit Message

1. Format

:git-emoji: <subject> 
<body> 

2. General Rules

  • A message consists of a git-emoji and subject
  • Body messages are optional
  • No line should be longer than 50 characters long, for optimal github viewing

3. git-emoji

:sparkles: (Introduce new features)
:fire: (Remove code or files)
:bug: (Fix a bug)
:zap: (Improve performance)
:recycle: (Refactor code)
:lipstick: (Update style; formatting, missing semi-colons, white-space, etc)

:wrench: (Add or update configuration files)
:building_construction: (Make architectural changes)
:white_check_mark: (Add or update tests)

:memo: (Add or update documentation)
:bulb: (Add or update comments in source code)

:construction: (Work in progress)
:poop: (Write bad code that needs to be improved)

4. subject

  • Use the imperative, present tense: "Add" not "Added" nor "Adds"
  • Capitalize only in first letter except for proper noun: "Add NFTReceiver function" nor "Add NFTReceiver Function"
  • Don't use (.) at the end
  • Separate subject from body with a blank line
  • Use the body to explain what and why vs. how
  • Can use multiple lines with "-" or "*" for bullet points in body

5. Examples

✨ Add NFTReceiver function

πŸ”₯ Remove deposit function

πŸ› Fix a bug

⚑ Improve performance

♻️ Refactor code

πŸ’„ Remove space lines

πŸ”§ Use variable expansion in doetnv files

πŸ—οΈ Split into 2 files

βœ… Test required

πŸ“ Update READMEs

πŸ’‘ Add comments

🚧 Work in progress

πŸ’© Need improvements

About


Languages

Language:JavaScript 74.4%Language:CSS 15.4%Language:HTML 7.1%Language:SCSS 2.0%Language:Shell 1.1%