links/index.html
2019-03-07 00:18:50 +03:00

70 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Fluence Devnet links - start your way here.</title>
<meta name="generator" content="Jekyll v3.7.4" />
<meta property="og:title" content="Fluence Devnet Links" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="useful links, info, and tutorials" />
<meta property="og:description" content="useful links, info, and tutorials" />
<link rel="canonical" href="http://fluence.network/links/" />
<meta property="og:url" content="http://fluence.network/links/" />
<meta property="og:site_name" content="links" />
<style>
.logo {
display: inline-block;
border:none;
width: 114px;
height: 24px;
/* background: url(logo.svg) no-repeat; */
}
</style>
<script type="application/ld+json">
{"@type":"WebSite","url":"http://fluence.network/links/","headline":"Fluence Devnet Links","name":"links","description":"useful links, info, and tutorials","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/links/assets/css/style.css?v=d5f4b27a99ee2930efeaaa6d3a25dcab62500304">
</head>
<body>
<div class="container-lg px-3 my-5 markdown-body">
<h2 id="fluence-devnet-links"><img class='logo' src='logo.svg'></img> Devnet Links</h1>
<h2 id="discord"><a href="https://discord.gg/AjfbDKQ">Discord</a></h2>
<h2 id="fluence-network-dashboard"><a href="http://dash.fluence.network/">Fluence Network Dashboard</a></h2>
<h3 id="other-contacts">Other Contacts</h3>
<p><a href="http://fluence.network/">Fluence Network website</a></p>
<p><a href="https://github.com/fluencelabs/fluence">Main GitHub repository</a></p>
<p><a href="http://twitter.com/fluence_one">Follow us on Twitter</a></p>
<h2 id="resourses-and-tutorials">Resourses And Tutorials</h2>
<p>Detailed task-specific tutorials could be found here:</p>
<ul>
<li><a href="https://github.com/fluencelabs/tutorials/tree/master/llamadb">a simple SQL database</a>, <a href="http://llamadb.fluence.network/">example</a></li>
<li><a href="https://github.com/fluencelabs/tutorials/tree/master/tic-tac-toe">a tic-tac-toe game</a>, <a href="http://tictactoe.fluence.network/">example</a></li>
<li><a href="https://github.com/fluencelabs/tutorials/tree/master/guessing-game">a guessing game</a> based on Rust tutorial, <a href="http://guess.fluence.network/">example</a></li>
<li><a href="https://github.com/fluencelabs/tutorials/tree/master/dice-game">a dice game</a>, <a href="http://dice.fluence.network/">example</a></li>
</ul>
<p><a href="https://fluence.network/docs/book/introduction/index.html">The Fluence Book</a> - documentation on Fluence Network, including an overview and basic tutorials.</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
</body>
</html>