Coding guidelines

From Ethora iOS & Android ERC-20 & NFT tokenized community platform
Revision as of 08:39, 7 July 2022 by Taras.filatov (talk | contribs) (Created page with "== All projects == # Never commit any credentials (logins, passwords, JWT tokens, certificates etc) into github repo == New projects based on Ethora == # Don't create pull r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

All projects

  1. Never commit any credentials (logins, passwords, JWT tokens, certificates etc) into github repo

New projects based on Ethora

  1. Don't create pull requests or branches within Ethora github repo for any custom changes you have built or need built for an external project.
  2. You may create issues / feature requests for something you need built, however any such request will be only treated as a feedback in regards to roadmap priorities for the Ethora core engine development. Any core engine development will remain a copyright of Ethora foundation (currently owned and managed by Dappros Ltd, UK). You should not expose any confidential, sensitive or commercially valuable information via your feature requests and communications within Ethora repository. You acknowledge that the publicly available github Ethora repository does not represent all of the Ethora project knowledge and information in its entirety. You acknowledge that the features you request or suggest may have already been in development or planned for development.
  3. Don't commit any project specific code or logic into Ethora github repo
  4. Don't commit any code subject to 3rd party ownership into Ethora github repo

Ethora core engine developers

Include the following copyright and license notice header into all project code files.

/* Copyright 2019-2021 (c) Dappros Ltd, registered in England & Wales, registration number 11455432. All rights reserved. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://github.com/dappros/ethora/blob/main/LICENSE. */