git ssb

2+

cel / scuttlebot.io



Tree: 94523c58d1c1c111ae82129300ac14b1aa18c1a6

Files: 94523c58d1c1c111ae82129300ac14b1aa18c1a6 / tmpl / more / articles / design-challenge-sybil-attack.html.js

321 bytesRaw
1var md = require('../../../markdown')
2var page = require('../../page.part')
3module.exports = () => page({
4 title: 'Design Challenge: Sybil Attacks',
5 section: 'more',
6 tab: 'more-articles',
7 path: '/more/articles/design-challenge-sybil-attack.html',
8 content: md.doc(__dirname+'/design-challenge-sybil-attack.md')
9})

Built with git-ssb-web