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

Adding Turkish Translation #305

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
42 changes: 42 additions & 0 deletions README-tr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[<img width="200" alt="get in touch with Consensys Diligence" src="https://user-images.githubusercontent.com/2865694/56826101-91dcf380-685b-11e9-937c-af49c2510aa0.png">](https://consensys.net/diligence/)<br/>
<sup>
[[ 🌐 ](https://consensys.net/diligence/) [ 📩 ](mailto:[email protected]) [ 🔥 ](https://consensys.net/diligence/tools/)]
</sup><br/><br/>


# Smart Contract Security Best Practices
**Notice: this translation was generously provided by a contributor. The maintainers are not able to verify the content. Any issues or PRs to help improve it are welcome.**

Dokumantasyon adresi: https://consensys.github.io/smart-contract-best-practices/

Çince dokumantasyon: https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-zh.md
Vietnamca dokumantasyon: https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-vi.md

## Destekleriniz bekleniyor!

Ufak bir düzeltme veya bir yenilik dahi söz konusu olsa, lütfen pull request yapmaktan çekinmeyin.
Eğer yeni bir içerik geliştiriyorsanız lütfen [katkı sağlama](./docs/about/index.md) sayfasını stil amaçlı kontrol edin ve referans verin.

İlgilenilmesi veya güncellenmesi gereken başlıklar için lütfen [sorunlar](https://github.com/ConsenSys/smart-contract-best-practices/issues) sayfasını ziyaret ediniz. Eğer tartışmak istediğiniz bir fikriniz varsa bizimle [Gitter](https://gitter.im/ConsenSys/smart-contract-best-practices) adresinden iletişime geçebilirsiniz.

## Dokumantasyon oluşturulması

```
git clone [email protected]:ConsenSys/smart-contract-best-practices.git
cd smart-contract-best-practices
pip install -r requirements.txt
mkdocs build
```
Server'ı çalıştırmak için (ve fail sırasında yeniden başlatmak için):

```
until mkdocs serve; do :; done
```

Siteyi localhost üzerinde görebilmek için `mkdocs serve` komutunu kullanabilirsiniz. Ayrıca her kayıt aldığınız zaman reload olması için de bu komutu kullanabilirsiniz.

## Dokumantasyonu tekrardan yayınlama

```
mkdocs gh-deploy
```
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Visit the documentation site: https://consensys.github.io/smart-contract-best-pr

Read the docs in Chinese: https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-zh.md
Read the docs in Vietnamese: https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-vi.md
Read the docs in Turkish: https://github.com/ConsenSys/smart-contract-best-practices/blob/master/README-tr.md

## Contributions are welcome!

Expand Down