git ssb

2+

cel / scuttlebot.io



Tree: b943b01f452dcc8c932c81886d0346f7a38269e4

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

411 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 canonicalUrl: 'https://www.scuttlebutt.nz/stories/design-challenge-sybil-attacks.html',
8 path: '/more/articles/design-challenge-sybil-attack.html',
9 content: md.doc(__dirname+'/design-challenge-sybil-attack.md')
10})

Built with git-ssb-web