Added routes to html templates
This commit is contained in:
commit
e7c82db6f9
|
|
@ -39,6 +39,10 @@ Step 3 - Activate virtual environment
|
|||
```
|
||||
source venv/bin/activate
|
||||
```
|
||||
or
|
||||
```
|
||||
source venv/Scripts/activate
|
||||
```
|
||||
|
||||
Step 4 - Clone this repo
|
||||
```
|
||||
|
|
|
|||
2
bscli.py
2
bscli.py
|
|
@ -42,7 +42,7 @@ def cli():
|
|||
# ============= BLOCKSHELL CLI COMMAND =============
|
||||
# ==================================================
|
||||
@cli.command()
|
||||
@click.option("--difficulty", default=3, help="Difine dufficulty level of blockchain.")
|
||||
@click.option("--difficulty", default=3, help="Define difficulty level of blockchain.")
|
||||
def init(difficulty):
|
||||
"""Initialize local blockchain"""
|
||||
print """
|
||||
|
|
|
|||
Loading…
Reference in New Issue