mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update README.md
This commit is contained in:
@@ -7,13 +7,36 @@ Aim: To provide a foundation in some of the up-and-coming methods in cryptograp
|
||||
**New feature:** Repl.it code additions.
|
||||
|
||||
## Running a local blockchain
|
||||
In a previous lab we ran our blockchain on the Ropsten test network. In this tutorial, we will run a local blockchain using ganache. We can install from:
|
||||
|
||||
```
|
||||
https://trufflesuite.com/ganache/
|
||||
```
|
||||
|
||||
Then download the correct version for your computer:
|
||||
|
||||

|
||||
|
||||
This should download the application file into your Downloads folder. Next go to the terminal and enter:
|
||||
|
||||
```
|
||||
cd
|
||||
cd Downloads
|
||||
chmod a+x ganache-2.5.4-linux-x86_64.AppImage
|
||||
```
|
||||
Then run the program:
|
||||
|
||||
```
|
||||
./ganache-2.5.4-linux-x86_64.AppImage
|
||||
```
|
||||

|
||||
|
||||
This should run the blockchain, and now select Quick start:
|
||||
|
||||

|
||||
|
||||
We should now have a blockchain with accounts:
|
||||
|
||||

|
||||
|
||||
## Light-weight crypto
|
||||
|
||||
Reference in New Issue
Block a user