2019-03-06 18:47:20 +03:00
<!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 -->
2019-03-06 19:14:32 +03:00
< title > Fluence Devnet links - start your way here.< / title >
2019-03-06 18:47:20 +03:00
< 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" / >
2019-03-06 19:14:32 +03:00
< style >
.logo {
2019-03-06 19:26:30 +03:00
display: inline-block;
2019-03-06 19:14:32 +03:00
border:none;
width: 114px;
height: 24px;
2019-03-06 19:18:15 +03:00
/* background: url(logo.svg) no-repeat; */
2019-03-06 19:14:32 +03:00
}
< / style >
2019-03-06 18:47:20 +03:00
< 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" >
2019-03-06 19:26:30 +03:00
< h2 id = "fluence-devnet-links" > < img class = 'logo' src = 'logo.svg' > < / img > Devnet Links< / h1 >
2019-03-06 18:47:20 +03:00
< 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 >
2019-03-07 00:18:50 +03:00
< p > Detailed task-specific tutorials could be found here:< / p >
2019-03-06 18:47:20 +03:00
< 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 >