Material and content for Textile's various IPFS Camp contributions
If you want the 'raw' workshop slides and code beforehand!
- Have git installed, https://git-scm.com/downloads.
- https://github.com/textileio/ipfs-camp-2019
- Clone the repo
git clone https://github.com/textileio/ipfs-camp-2019
cd ipfs-camp-2019
- Have your favorite code editor ready, if don't have one, we recommend VSCode.
Preparing for Workshop
This stuff can be done in groups!
- Download and extract the latest release for your OS and architecture (or use
wget
etc...) - macOS and Linux
- Extract the tarball (manually or via...)
tar xvfz go-textile_0.4.0_{os}-amd64.tar.gz`)
- Move
textile
anyplace in yourPATH
(or via...)
./install
- Windows
- Extract the zip file and move
textile.exe
anyplace in yourPATH
- Extract the zip file and move
Preparing for Hacking (optional)
- Node.js >= 10 installed + npm >= 6 installed.
- Download or clone the code at https://github.com/textileio/ipfs-camp-2019 (
./workshop/demo-leaderboard
),git clone https://github.com/textileio/ipfs-camp.git
. - Install dependencies (
npm install
) and start the app (npm run start
) by following the directions at https://github.com/textileio/ipfs-camp-2019/tree/master/workshop/demo-leaderboard.
Hacking on Mobile App (optional)
- You'll need a working iOS development environment (this is the hard part!)
- Download or clone the code at https://github.com/textileio/advanced-react-native-boilerplate.git
git clone [email protected]:textileio/advanced-react-native-boilerplate.git
- Checkout the
ipfs-tag
branchgit checkout ipfs-tag
- Follow the installation and setup direction in the
README.md