Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logos #75

Open
wants to merge 23 commits into
base: en
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
64ae55a
chore(github): add templates for the issues
0xBRL Oct 12, 2022
34a8fba
Merge pull request #1 from zyon-project/feature/github-configs
0xBRL Oct 12, 2022
16fcd9d
feat(logo): add the added proposal for zyon logo
0xBRL Oct 12, 2022
4abf23c
Merge pull request #2 from 0xBRL/develop
0xBRL Oct 12, 2022
30f8ad3
feat(index): update home page to show coming soon page
0xBRL Oct 12, 2022
28c442b
Merge pull request #5 from 0xBRL/develop
0xBRL Oct 12, 2022
42a5a46
Revert "feat(index): update home page to show coming soon page"
0xBRL Oct 12, 2022
c77f9b0
chore(github): add the code of conduct 📜
0xBRL Oct 12, 2022
e377c08
chore(github): add the template pull request
0xBRL Oct 12, 2022
c88d22f
chore(github): update the bug report template
0xBRL Oct 12, 2022
fb12cca
chore(github): add the template for the questions
0xBRL Oct 12, 2022
136df74
chore(github): update the feature-request template
0xBRL Oct 12, 2022
ad4f097
chore(github): add emojis in the feature-request template
0xBRL Oct 12, 2022
406099e
chore(github): update the templates
0xBRL Oct 12, 2022
7635345
Created
Omm2005 Oct 13, 2022
600f408
uploaded logos
Omm2005 Oct 13, 2022
aaa60c0
Delete
Omm2005 Oct 13, 2022
fbfee19
uploaded files
Omm2005 Oct 13, 2022
354f1fe
Delete
Omm2005 Oct 13, 2022
0244488
Merge pull request #6 from Omm2005/en
0xBRL Oct 13, 2022
3eab639
Merge branch 'zyon-project:en' into en
0xBRL Oct 13, 2022
7fc0dee
Merge pull request #7 from 0xBRL/en
0xBRL Oct 13, 2022
54b1533
GitBook: [#3] No subject
0xBRL Oct 13, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 76 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at zyon.project.lab@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: Bug Report 🐞
about: Something isn't working as expected? Here is the right place to report.
---

# Bug Report 🐞

## Description 📝
_Describe the issue that you're seeing._

### Steps to reproduce 🛠
_Clear steps describing how to reproduce the issue. Please please please link to a demo project if possible, this makes your issue much easier to diagnose (seriously)_

### Expected result 🟢
_What should happen?_

### Actual result 🟡
_What happened._

### More informations 🔎
_More information like links, images and code outputs..._
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request 🙏
about: Suggest an idea for this project.
---

# Feature request 🙏

## Description 📝
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_

### Solution 💡
_A clear and concise description of what you want to happen._

### Alternatives 💭
_A clear and concise description of any alternative solutions or features you've considered._

### More informations 🔎
_More information like links, images and code outputs..._
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Question 🤔
about: Usage question or discussion about docs.
---

# Question 🤔

## Summary 📝
_Summary of the question or some discussion about the project._

## Relevant information ⭐️
_Provide as much useful information as you can._

## More informations 🔎
_More information like links, images and code outputs..._
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Description 📝
_Brief description of the changes._

## Issues 🔗
_Links to issues, if needed._

## More informations 🔎
_More information like links, images and code outputs..._


Binary file added .hacktoberfest/proposals/logo/0xBRL/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .hacktoberfest/proposals/logo/Omm2005/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .hacktoberfest/proposals/logo/Omm2005/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# PancakeSwap Intro
# Zyon Intro

![](.gitbook/assets/intro-header.png)

{% hint style="success" %}
**PancakeSwap helps you make the most out of your crypto in three ways:**

**Trade, Earn, and Win.**
{% hint style="danger" %}
**Page under construction**! 
{% endhint %}

## ↔️ Trade
Expand Down
130 changes: 2 additions & 128 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,136 +1,10 @@
# Table of contents

* [PancakeSwap Intro](README.md)
* [Get Started](get-started/README.md)
* [Create a Wallet](get-started/wallet-guide.md)
* [Get BEP20 Tokens](get-started/bep20-guide.md)
* [Using PancakeSwap without Centralized Exchanges](get-started/using-pancakeswap-without-centralized-exchanges.md)
* [Connect Your Wallet to PancakeSwap](get-started/connection-guide.md)
* [Click Here for Help](help/README.md)
* [Troubleshooting Errors](help/troubleshooting.md)
* [General FAQ](help/faq.md)
* [Fixing Stuck Pending Transactions on MetaMask](help/unsticking-a-transaction-stuck-as-pending-with-metamask.md)
* [Binance Academy Guide](help/binance-academy-guide.md)
* [Contact Us](contact-us/README.md)
* [Business Partnerships](contact-us/business-partnerships.md)
* [NFT Marketplace Applications](contact-us/nft-market-applications.md)
* [Customer Support](contact-us/customer-support.md)
* [Social Accounts & Communities](contact-us/telegram.md)
* [The Kitchen Team](the-kitchen-team.md)
* [Zyon Intro](README.md)
* [The Zyon Team](the-kitchen-team.md)
* [Roadmap](roadmap.md)
* [Brand & Logos](brand.md)

## Products

* [🔄 Exchange](products/pancakeswap-exchange/README.md)
* [Token Swaps](products/pancakeswap-exchange/trade.md)
* [How to Trade](products/pancakeswap-exchange/trade-guide.md)
* [Liquidity Pools](products/pancakeswap-exchange/pancakeswap-pools.md)
* [How to Add/Remove Liquidity](products/pancakeswap-exchange/liquidity-guide.md)
* [📝Limit Orders](products/pancakeswap-exchange/limit-orders/README.md)
* [Limit Orders FAQ](products/pancakeswap-exchange/limit-orders/limit-orders-faq.md)
* [Perpetual Trading](products/pancakeswap-exchange/perpetual-trading/README.md)
* [Perpetuals Glossary](products/pancakeswap-exchange/perpetual-trading/perpetuals-glossary.md)
* [What is Perpetual Trading?](products/pancakeswap-exchange/perpetual-trading/what-is-perpetual-trading.md)
* [How can I use it?](products/pancakeswap-exchange/perpetual-trading/how-can-i-use-it.md)
* [Perpetual Trading FAQ](products/pancakeswap-exchange/perpetual-trading/perpetual-trading-faq.md)
* [🚜 Yield Farming](products/yield-farming/README.md)
* [How to Use Farms](products/yield-farming/how-to-use-farms.md)
* [Crosschain Farming](products/yield-farming/crosschain-farming/README.md)
* [FAQ](products/yield-farming/crosschain-farming/faq.md)
* [bCAKE](products/yield-farming/bcake/README.md)
* [How to use bCAKE?](products/yield-farming/bcake/how-to-use-bcake.md)
* [FAQ](products/yield-farming/bcake/faq.md)
* [🍯 Syrup Pools - Stake CAKE](products/syrup-pool/README.md)
* [New CAKE Syrup Pool](products/coming-soon/new-cake-pool/README.md)
* [How to use the Flexible Staking option](products/coming-soon/new-cake-pool/flexible-staking.md)
* [How to use the Fixed-Term Staking option](products/coming-soon/new-cake-pool/fixed-term-staking.md)
* [CAKE Syrup Pool FAQ](products/syrup-pool/new-cake-pool/cake-syrup-pool-faq.md)
* [Other Syrup Pools](products/syrup-pool/syrup-pool-guide/README.md)
* [Syrup Pool FAQ & Troubleshooting](products/syrup-pool/syrup-pool-guide/syrup-pool-faq.md)
* [🔄 StableSwap](products/stableswap/README.md)
* [How to StableSwap](products/stableswap/how-to-stableswap.md)
* [🎟 Lottery v2](products/lottery/README.md)
* [How to Play Lottery v2](products/lottery/lottery-guide.md)
* [Lottery FAQ](products/lottery/lottery-faq.md)
* [🔮 Prediction](products/prediction/README.md)
* [How to Use Prediction](products/prediction/prediction-guide.md)
* [Prediction FAQ](products/prediction/prediction-faq.md)
* [Prediction Troubleshooting](products/prediction/prediction-troubleshooting.md)
* [🍯 Pottery](products/pottery/README.md)
* [How to Play Pottery](products/pottery/how-to-play-pottery.md)
* [Pottery FAQ](products/pottery/pottery-faq.md)
* [🖼 NFT Marketplace](products/nft-market.md)
* [🖼 NFT Profile System](products/nft-profile-system/README.md)
* [How to Set Up an NFT Profile](products/nft-profile-system/profile-guide.md)
* [Teams](products/nft-profile-system/teams.md)
* [🛍 IFO (Initial Farm Offering)](products/ifo-initial-farm-offering/README.md)
* [How to Participate in an IFO](products/ifo-initial-farm-offering/ifo-guide.md)
* [iCAKE](products/ifo-initial-farm-offering/icake.md)
* [Contract Details](products/ifo-initial-farm-offering/contract-details.md)
* [📈 Analytics (Info)](products/info/README.md)
* [Analytics](products/info/pancakeswap-analytics.md)
* [🗳 Voting](products/voting/README.md)
* [How to Vote](products/voting/voting-guide/README.md)
* [How to Vote with SafePal Wallet](products/voting/voting-guide/how-to-vote-with-safepal-wallet.md)
* [vCAKE](products/voting/vcake.md)
* [🌐 PancakeSwap Mini-Program](products/pancakeswap-mini-program/README.md)
* [How to Use PancakeSwap Mini-Program?](products/pancakeswap-mini-program/how-to-use-pancakeswap-mini-program.md)
* [Mini-Program FAQ](products/pancakeswap-mini-program/mini-program-faq.md)
* [🍳 Coming Soon!](products/coming-soon/README.md)
* [Zap](products/coming-soon/zap.md)

## Tokenomics

* [CAKE](tokenomics/cake/README.md)
* [CAKE Tokenomics](tokenomics/cake/cake-tokenomics.md)
* [Controlling CAKE supply](tokenomics/cake/controlling-cake-supply.md)

## Developers <a href="#code" id="code"></a>

* [Migration](code/migration/README.md)
* [Migrate Your Stakings](code/migration/migrate-your-stakings.md)
* [MasterChef v2](code/migration/masterchef-v2/README.md)
* [List of Farms](code/migration/masterchef-v2/list-of-farms.md)
* [CAKE Syrup Pool](code/migration/cake-syrup-pool.md)
* [Contributing](code/contributing/README.md)
* [Codebase Overview](code/contributing/codebase-overview.md)
* [Bug Bounty](code/bug-bounty.md)
* [Smart Contracts](code/smart-contracts/README.md)
* [PancakeSwap Exchange](code/smart-contracts/pancakeswap-exchange/README.md)
* [Factory v2](code/smart-contracts/pancakeswap-exchange/factory-v2.md)
* [Router v2](code/smart-contracts/pancakeswap-exchange/router-v2.md)
* [Main Staking/Syrup Pool/MasterChef Contract](code/smart-contracts/main-staking-masterchef-contract.md)
* [CAKE Syrup Pool](code/smart-contracts/fixed-term-staking-cake-pool.md)
* [Prediction V2](code/smart-contracts/prediction-v2.md)
* [Lottery v2](code/smart-contracts/lottery-v2.md)
* [Auto CAKE Syrup Pool (CakeVault)](code/smart-contracts/cakevault.md)

## Hiring

* [Become a Chef](hiring/become-a-chef/README.md)
* [Frontend Engineer](hiring/become-a-chef/frontend-engineer.md)
* [Solidity Engineer](hiring/become-a-chef/solidity-engineer.md)
* [DevOps Engineer](hiring/become-a-chef/devops-engineer.md)
* [Blockchain QA Engineer](hiring/become-a-chef/senior-qa-engineer.md)
* [Business Development Manager](hiring/become-a-chef/business-development-manager.md)
* [Communications/Public Relations Manager](hiring/become-a-chef/communications-public-relations-manager.md)
* [Social Media Marketing Manager](hiring/become-a-chef/social-media-marketing-manager.md)
* [Community Manager - PTBR](hiring/become-a-chef/community-manager-ptbr.md)

## Reference

* [Old Tokenomics](reference/old-tokenomics/README.md)
* [CAKE Tokenomics v1](reference/old-tokenomics/cake-tokenomics-v1.md)
* [Controlling CAKE supply v1](reference/old-tokenomics/cake-tokenomics-v1-controlling-cake-supply.md)
* [How to Use Farms with BscScan](reference/how-to-use-farms-with-bscscan.md)

## Contract Governance <a href="#governance" id="governance"></a>

* [Lottery](governance/lottery/README.md)
* [Lottery Contract](governance/lottery/lottery-contract.md)
* [Prediction](governance/prediction.md)
* [Farms](governance/farms.md)
* [Syrup Pools](governance/syrup-pools/README.md)
* [SmartChefInitializable](governance/syrup-pools/smartchefinitializable.md)
* [PoolDeployer](governance/syrup-pools/pooldeployer.md)
75 changes: 0 additions & 75 deletions brand.md

This file was deleted.

Loading