👽
SupaDupaDocs
GitHub
Skipper
Skipper
  • Overview
  • Architecture
  • Contributing guide
Powered by GitBook

SupaDupaDAO

On this page
  • How can i contrubute
  • Reporting bugs
  • Enhancements proposal
  • Code contribution
  • Styleguide
  • Git Commit Message

Was this helpful?

Edit on GitHub

Contributing guide

PreviousArchitecture

Last updated 4 months ago

Was this helpful?

❤️ It's great that you are interested! Thank you for investing your time in this project!

ℹ️ The following text is mostly guideline and not rule. Use your best judgment, and feel free to propose changes to this document in a pull request.

How can i contrubute

Reporting bugs

We are tracking bugs in . If you found an bug, open new issue with "bug" label.

If you think you found vulnerabilty or security related issue, do not open issue, .

Enhancements proposal

We are tracking feature suggestions in . if you want to propose new feature, feel free to open issue with "enhancement" label.

Code contribution

Here is a list of used dependencies in project:

How to build smart contract

npx blueprint build

How to run tests

npx blueprint test

Styleguide

Git Commit Message

  • Use the present tense ("feat: add feature" not "feat: added feature")

  • Use the imperative mood ("fix: move file to..." not "fix: moves files...")

  • Use lowercase first letter ("docs: update README.md" not "docs: Update README.md")

  • Limit the first line to 72 characters or less

To work with application locally you will need version 22+.

- programming language for TON Blockchain, we using it for writting smart contract code

- programming language we using for testing and scripting smart contracts

- testing framework

- for code formatting

- development environment for TON blockchain for writing, testing, and deploying smart contracts

- local TON emulator we are using for testing smart contract

Use commit format

Node.js
Tact Lang
Typescript
Jest
Prettier
Blueprint
TON Sandbox
Conventional Commits
GitHub issues
create vulnerability report
GitHub issues
How can i contribute
Reporting bugs
Enhancements proposal
Code contribution
How to build smart contract
How to run tests
Project structure