Skip to content

Ackee-Blockchain/solidity-python-extension-pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solidity Python Extension Pack

The Solidity Python Extension Pack is the ultimate toolkit for Solidity and Python developers working on blockchain projects. This carefully curated collection of extensions empowers you to effortlessly code, test, and deploy smart contracts using Solidity, while leveraging the power of Python.

Extensions Included

  • Solidity (Wake): Advanced Solidity support and vulnerability detectors developed by Ackee Blockchain.
  • Python: Get full Python language support, including IntelliSense, linting, debugging, and more.
  • Pylance: Enhance your Python experience with fast and feature-rich language support, powered by Pylance.
  • Python Test Adapter: Run your Python tests directly from the Test Explorer in VS Code.
  • isort: Automatically sort your Python imports to keep your code clean and organized.
  • autopep8: Automatically format your Python code to adhere to the PEP 8 style guide.
  • Python Indent: Maintain consistent indentation in your Python code with smart indentation handling.
  • Even Better TOML: Enjoy improved syntax highlighting and validation for TOML files, commonly used for configuration. Useful for Wake configuration.

Testing Solidity with Python using Wake

One of the key features of this extension pack is the seamless integration with the Wake tool by Ackee Blockchain. Wake allows you to write Solidity tests using Python, enabling you to leverage the full power of Python for both unit and fuzz tests. Testing Solidity code with Python is easy and quick, and enables powerfull features such as differential testing.

Contributing

Want to see an extension added? Fork the repository, update the package.json and README.md files with your suggested extension, and create a PR. We will be happy to take a look!