import React from "react"; import Fade from "react-reveal/Fade"; import Reveal from "react-reveal/Reveal"; import "./HomeSamples.scss"; import { Sample } from "../"; const samples = [ { type: "HTML", url: "#" }, { type: "PDF", url: "/samples/sample.pdf" }, { type: "Image", url: "/samples/sample.pdf" }, { type: "Audio", url: "#" }, { type: "Video", url: "#" }, { type: "JSON", url: "#" }, { type: "Dapps", url: "#" } ]; export default function HomeSamples() { return (

Skynet has SDKs for popular programming languages which integrate seamlessly with existing applications. Above are a few code snippets for uploading and downloading data from Skynet.

{samples.map((sample, i) => ( ))}
); }