Skip to content

Commit

Permalink
Fixed seedtool installation directions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Mar 30, 2020
1 parent bd815e4 commit a69275f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ the `--uninstall` option:
# FIXME - implement this!
$LK_ROOT/scripts/install-lethekit --uninstall $LK_ROOT $ARDUINO_ROOT

It's safe to move your Arduino sketchCbook at any time, Lethe Kit
It's safe to move your Arduino sketchbook at any time, Lethe Kit
should remain installed.

If you upgrade Lethe Kit in the future use the `--upgrade` option to
Expand Down
39 changes: 2 additions & 37 deletions seedtool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,10 @@ be done once, but is safe to do anytime you like.
# Must be run in the seedtool directory
./enable-gitrevision-hooks.sh

### Install Arduino IDE
### Install Lethe Kit in your Arduino Sketchbook

Start with the [SparkFun Software Setup
Directions](https://learn.sparkfun.com/tutorials/samd51-thing-plus-hookup-guide/setting-up-the-arduino-ide)
to install the IDE and establish basic functionality.
[Lethe Kit Installation Instructions](../doc/installation.md)

Next, from "Manage Libraries" install:
```
* GxEPD2
* Keypad
```

Install pyserial:

pip install --user pyserial


### Install Blockchain Commons Components

```
cd ~/Arduino/libraries
# Install Cryptosuite
git clone [email protected]:ksedgwic/Cryptosuite.git
# Install bip39
git clone [email protected]:ksedgwic/bip39.git
# Install bc-crypto-base
git clone [email protected]:BlockchainCommons/bc-crypto-base.git
# Install bc-shamir
git clone [email protected]:BlockchainCommons/bc-shamir.git
# Install bc-slip39
git clone --recurse-submodules [email protected]:BlockchainCommons/bc-slip39.git
(cd bc-slip39/src && ln -s ../../bc-crypto-base/src bc-crypto-base)
(cd bc-slip39/src && ln -s ../../bc-shamir/src bc-shamir)
```

### Add Libraries

Expand Down

0 comments on commit a69275f

Please sign in to comment.