From 6b7106ec70bcdec65b80f39a9fc7963a0a33d561 Mon Sep 17 00:00:00 2001 From: Marcin S Date: Wed, 12 Aug 2020 16:29:25 +0200 Subject: [PATCH] Add links to SDK blog post and Skynet CLI --- src/components/HomeSamples/HomeSamples.js | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/components/HomeSamples/HomeSamples.js b/src/components/HomeSamples/HomeSamples.js index f4ee2a45..7639c38f 100644 --- a/src/components/HomeSamples/HomeSamples.js +++ b/src/components/HomeSamples/HomeSamples.js @@ -34,7 +34,26 @@ export default function HomeSamples() { APIs {" "} - that integrate seamlessly with your existing apps. + that integrate seamlessly with your existing apps. You can follow these guides to start using Skynet with{" "} + + the Skynet CLI + {" "} + and + {" "} + + integrate Skynet + {" "} + into your application.