fix replace solidity with no language postfix
This commit is contained in:
committed by
Kristofer Koishigawa
parent
1932a08858
commit
5e6ba79c04
@ -30,7 +30,7 @@ Smart contracts in Ethereum are written using Solidity. Solidity is a contract-
|
|||||||
Smart contracts in Hyperledger is called chaincode, and is written in Golang programming language.
|
Smart contracts in Hyperledger is called chaincode, and is written in Golang programming language.
|
||||||
|
|
||||||
## Hello World Smart Contract
|
## Hello World Smart Contract
|
||||||
```solidity
|
```
|
||||||
pragma solidity ^0.4.24;
|
pragma solidity ^0.4.24;
|
||||||
contract Hello {
|
contract Hello {
|
||||||
string public message;
|
string public message;
|
||||||
|
Reference in New Issue
Block a user