-
Notifications
You must be signed in to change notification settings - Fork 8
Competition Solidity
Noel Kwan edited this page Sep 22, 2021
·
1 revision
Solidity is the main smart contract language for Ethereum.
Pros:
- It has the largest user and developer base of any smart contract languages.
- It has evolved a lot of practical features to address common issues.
Cons:
- Its design is not principled at all.
- It is rather low-level.
- It is not portable to non-Ethereum blockchains.
- Remix
- Truffle
- HardHat.org (formerly BUIDL),
- Solidity Template
- Consensys: known attacks
- Fuzzing
- LLL, the Lisp-Like Language predecessor to Solidity.