All Projects → intellij-solidity → Intellij Solidity

intellij-solidity / Intellij Solidity

Licence: mit
Solidity plugin for IntelliJ

Programming Languages

kotlin
9241 projects
solidity
1140 projects

Projects that are alternatives of or similar to Intellij Solidity

Ette
EVM-based Blockchain Indexer, with historical data query & real-time notification support 😎
Stars: ✭ 37 (-94.27%)
Mutual labels:  blockchain, ethereum, evm
Chaingear
The consensus computer driven database framework
Stars: ✭ 83 (-87.15%)
Mutual labels:  blockchain, ethereum, evm
Burrow
https://wiki.hyperledger.org/display/burrow
Stars: ✭ 851 (+31.73%)
Mutual labels:  blockchain, ethereum, evm
Remix Ide
Documentation for Remix IDE
Stars: ✭ 1,768 (+173.68%)
Mutual labels:  blockchain, ethereum, evm
Pyquarkchain
Python implementation of QuarkChain
Stars: ✭ 194 (-69.97%)
Mutual labels:  blockchain, ethereum, evm
Monax
DEPRECATED. To be removed December, 2018 (use monax/bosmarmot)
Stars: ✭ 269 (-58.36%)
Mutual labels:  blockchain, ethereum, evm
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+64.55%)
Mutual labels:  blockchain, ethereum, evm
Evmone
Fast Ethereum Virtual Machine implementation
Stars: ✭ 162 (-74.92%)
Mutual labels:  blockchain, ethereum, evm
Armors Solidity
Armors-solidity is a framework to build secure smart contracts on Ethereum.
Stars: ✭ 184 (-71.52%)
Mutual labels:  blockchain, ethereum, evm
Remix Project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Stars: ✭ 225 (-65.17%)
Mutual labels:  blockchain, ethereum, evm
Ruby Ethereum
A Ruby implementation of Ethereum.
Stars: ✭ 270 (-58.2%)
Mutual labels:  blockchain, ethereum, evm
Simcoin
Blockchain simulation framework with Docker and Python.
Stars: ✭ 470 (-27.24%)
Mutual labels:  blockchain, ethereum
Aztec
Public repository for the AZTEC protocol
Stars: ✭ 483 (-25.23%)
Mutual labels:  blockchain, ethereum
Ethlance
Ethlance is the first job market platform built entirely on the Ethereum blockchain. Free to use forever!
Stars: ✭ 598 (-7.43%)
Mutual labels:  blockchain, ethereum
Ethereum Org Website
Ethereum.org is a primary online resource for the Ethereum community.
Stars: ✭ 591 (-8.51%)
Mutual labels:  blockchain, ethereum
Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (-28.95%)
Mutual labels:  blockchain, ethereum
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (-24.3%)
Mutual labels:  blockchain, ethereum
Cakeshop
An integrated development environment and SDK for Ethereum-like ledgers
Stars: ✭ 491 (-23.99%)
Mutual labels:  blockchain, ethereum
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (-16.87%)
Mutual labels:  intellij, intellij-plugin
Bashsupport
Bash and shell script language support for JetBrains IDEs. Please refer to www.bashsupport.com/news/bashsupport-pro-1.3/ for the reasons.
Stars: ✭ 588 (-8.98%)
Mutual labels:  intellij, intellij-plugin

= link:https://solidity.readthedocs.io/[Solidity] plugin for IntelliJ

image:https://travis-ci.org/intellij-solidity/intellij-solidity.svg?branch=master["Build Status", link="https://travis-ci.org/intellij-solidity/intellij-solidity"] image:https://img.shields.io/jetbrains/plugin/d/9475-intellij-solidity.svg[JetBrains plugins] image:https://badges.gitter.im/intellij-solidity/intellij-solidity.svg[link="https://gitter.im/intellij-solidity/intellij-solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]

image:./logo/logo_256.png[link=https://plugins.jetbrains.com/idea/plugin/9475-intellij-solidity,width=128,height=128]

== Current status

You can support the development by sponsoring the plugin ❤️ on Github, clicking ★ on GitHub and rating it on the link:https://plugins.jetbrains.com/idea/plugin/9475-intellij-solidity[plugin page].

== Features

  • Syntax highlighting
  • Code completion
  • File templates
  • Goto declaration
  • Find usages
  • Code formatting

== Reporting an issue

Please attach the screenshot for every issue if possible. It will make the issue much clearer and easier to understand.

== Build

[source,bash]

./gradlew buildPlugin

== Run

[source,bash]

./gradlew runIdea

== Contribute

Contributions are always welcome!

If you are only starting your way as an Intellij-Plugin developer, feel free to contact link:https://gitter.im/intellij-solidity/intellij-solidity[us], and we'll help you with the IDE setup and guide you through the code so that you will be able to make your first contribution and fix that annoying bug that drives you nuts! And then if you are keen, you may dive deeper into the wonderful world of lexers, parsers, types, refactorings and code analysers.

For development documentation, see link:DEVELOPING.adoc[DEVELOPING].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].