added stuff to docs

This commit is contained in:
burrrata 2020-05-08 23:11:34 -04:00
parent d99804141d
commit ad44237d58
9 changed files with 66 additions and 4 deletions

View File

@ -4,4 +4,5 @@ title: About
sidebar_label: About
---
TE About page goes here.
The Token Engineering Community is working to answer the following question: "What does it take to do "token engineering" and how we can do it together?"

8
docs/faq.md Normal file
View File

@ -0,0 +1,8 @@
---
id: faq
title: Frequently Asked Questions
sidebar_label: FAQ
---
Stuff goes here.

View File

@ -17,4 +17,15 @@ sidebar_label: Materials
### Other Things
- [Token Engineering YouTube Channel](https://www.youtube.com/channel/UCDmzlpzOlaTALYV0hAwT0Tg) - 📺 A cornucopia of token engineering lectures.
- [BlockScience resources page](https://block.science/resources/) - 📺 📄 📕 A curation of resources related to token engineering.
- [BlockScience resources page](https://block.science/resources/) - 📺 📄 📕 A curation of resources related to token engineering.
- [Token Engineering Learning Program](https://www.tannrallard.tech/token-engineering-learning-program/) - General introduction to the process and access to helpful materials.
- [Token Engineering Wiki](http://tokenengineering.wikidot.com/) - A glorious archive of tokeneconomic treasures.
- [CadCAD Tutorials](https://github.com/BlockScience/cadCAD/tree/master/tutorials) - A collection of CadCAD tutorials (may or may not be up to date).
> Showcase 1-3 cases covering various steps of the total process initial vision > stakeholder map > system design > selecting component > simulations > behavioral data & attack vectors > security > living digital twin.
Sebnem's Electraseed Medium article
Videos:
- https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e
- https://www.youtube.com/c/tokenengineering

View File

@ -5,3 +5,25 @@ sidebar_label: Workshops
---
Stuff about the TE workshops goes here.
## Upcoming Workshops and Meetups
- [ReadyLayerOne](https://readylayer.one/) - workshop, link agenda tba
- [Berlin meetup group](https://www.meetup.com/de-DE/Token-Engineering/)
- [Munich meetup group](https://www.meetup.com/de-DE/Token-Engineering-Munich/)
## Past Workshops
### Noncon
> [NonCon2020 session recordings](https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e)
### TEGG
Cryptoeconomic systems will redefine the way we understand business and economics in the 21st century. However, creating such tokenized ecosystems is hard.
The TEGG 2019 invites token engineers, cryptoeconomic researchers, developers and professionals in the sector to learn, share insights, discuss, and move this new discipline forward.
TEGG 2019 is organized by the Token Engineering global community.
Started only one year ago our community has quickly grown to 18 local meetup groups in 13 countries all across the globe.
> [TEGG2019 session recordings](https://www.youtube.com/playlist?list=PL-GxJch-YeZckVPgl4O3mUoot3kq6NLKP)

View File

@ -42,6 +42,10 @@ module.exports = {
label: '📜 Blog',
to: 'blog',
},
{
label: '📺 YouTube',
href: 'https://www.youtube.com/c/TokenEngineering',
},
{
label: '📚 Token Engineering 101',
to: 'docs/te-101-materials',
@ -76,6 +80,10 @@ module.exports = {
label: '💬 Discord',
href: 'https://discord.gg/gHvksh8',
},
{
label: '💬 Telegram',
href: 'https://t.me/TokenEngineering',
},
{
label: '🐈 GitHub',
href: 'https://github.com/tokenengineeringcommunity',

View File

@ -4,7 +4,7 @@ module.exports = {
[
'about',
'contributing',
'doc3'
'faq'
],
'Token Engineering 101':
[

View File

@ -33,5 +33,6 @@
text-align: center;
font-size: 1.5vmin;
padding: 3vmin;
margin: 0 auto;
}

View File

@ -56,6 +56,17 @@ const features = [
</>
),
},
{
title: <>TEGG</>,
url: 'https://tegg.io/',
imageUrl: 'img/tegg-logo.png',
shortDescription: 'Token Engineering Global Gathering',
description: (
<>
TEGG is the global gathering of cryptoeconomic researchers and practitioners. Our aim is to establish a body of theory, practice, tools and a sense of responsibility for building successful and sustainable blockchain token economies.
</>
),
},
{
title: <>SourceCred</>,
url: 'https://sourcecred.io',
@ -131,7 +142,7 @@ function Home() {
'button button--outline button--secondary button--lg',
styles.getStarted,
)}
to={useBaseUrl('docs/doc1')}>
to={useBaseUrl('docs/about')}>
Get Started
</Link>
</div>

BIN
static/img/tegg-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB