Added routes to html templates

This commit is contained in:
Daxeel Soni 2018-02-08 17:35:03 +05:30
commit e7c82db6f9
2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@ Step 3 - Activate virtual environment
```
source venv/bin/activate
```
or
```
source venv/Scripts/activate
```
Step 4 - Clone this repo
```

View File

@ -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 """