-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed seedtool installation directions.
- Loading branch information
Showing
2 changed files
with
3 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|