Skip to content

Thisuu/smart-contract-best-practices

This branch is 3 commits behind Consensys/smart-contract-best-practices:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

31d945d · Aug 4, 2023
Mar 28, 2022
Jan 25, 2022
Aug 4, 2023
Feb 17, 2022
Aug 12, 2022
Oct 20, 2022
Jan 25, 2022
Jan 25, 2022
Jul 1, 2022
Jan 31, 2022
Feb 18, 2022

Repository files navigation

get in touch with Consensys Diligence
[ 🌐 📩 🔥 ]

Smart Contract Security Best Practices

Visit the documentation site: https://consensys.github.io/smart-contract-best-practices/

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

Contributions are welcome!

Feel free to submit a pull request, with anything from small fixes, to full new sections. If you are writing new content, please reference the contributing page for guidance on style.

See the issues for topics that need to be covered or updated. If you have an idea you'd like to discuss, please chat with us in Gitter.

Building the documentation site

git clone [email protected]:ConsenSys/smart-contract-best-practices.git
cd smart-contract-best-practices
pip install -r requirements.txt
mkdocs build 

To run the server (and restart on failure):

until mkdocs serve; do :; done

You can also use the mkdocs serve command to view the site on localhost, and live reload whenever you save changes.

Redeploying the documentation site

mkdocs gh-deploy

About

A guide to smart contract security best practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published