- Ethereum : Github Listing or Website Forum
- Protocol Labs : Research RFPs
- IBM Research : IBM Featured Research
- ETHCC 2018 : EthCC Talks
- Ethereum Core Devs Meeting : Core Dev Meeting
| package main | |
| import ( | |
| "fmt" | |
| "github.com/Volkswagen_World_Dyn/blockchain" | |
| "os" | |
| "time" | |
| "strings" | |
| "github.com/hyperledger/fabric-sdk-go/pkg/common/providers/fab" | |
| "github.com/hyperledger/fabric-sdk-go/pkg/common/errors/retry" |
| name: "volkswagen_world" | |
| # | |
| # Schema version of the content. Used by the SDK to apply the corresponding parsing rules. | |
| # | |
| version: 1.0.0 | |
| # | |
| # The client section used by GO SDK. | |
| # | |
| client: |
| version: "2.1" | |
| services: | |
| # | |
| # intkey-tp-python: | |
| # image: hyperledger/sawtooth-intkey-tp-python:1.0 | |
| # container_name: sawtooth-intkey-tp-python-default | |
| # depends_on: | |
| # - validator |
| truffle migrate --network sawtooth --reset --verbose-rpc | |
| Compiling ./contracts/test.sol... | |
| Compilation warnings encountered: | |
| /home/neosp/Test/Sawtooth/sawtooth-seth/contracts/test/contracts/test.sol:6:3: Warning: No visibility specified. Defaulting to "public". | |
| function setName(string _name) | |
| ^ (Relevant source part starts here and spans across multiple lines). | |
| ,/home/neosp/Test/Sawtooth/sawtooth-seth/contracts/test/contracts/test.sol:10:3: Warning: No visibility specified. Defaulting to "public". | |
| function getName() constant returns(string) |
#Heading 1 ##Heading 2 ###Heading 3 ####Heading 4 #####Heading 5 ######Heading 6
Paragraph
To SSH a Remote server:
Open the access console from Digital-Ocean Console.
sudo nano /etc/ssh/sshd_config
#Change Port to 443 from 21 or 22.
#Restart The SSH Serice.
sudo systemctl restart ssh