diff --git a/docs/about.md b/docs/about.md index 7433dae..0aa866e 100644 --- a/docs/about.md +++ b/docs/about.md @@ -6,7 +6,7 @@ sidebar_label: About 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?" -## But what is "token engineering?" +## So what is "token engineering?" Token engineering is a holistic engineering discipline that goes all the way from ideation to design, testing, deployment, and maintentance. It's the process of building things that work, and keep working. Just like bridges and roads need to be reliable, so do our economic systems. Our goal is to help design and create tokeneconomic systems that are robust against exploits and can empower users. diff --git a/docs/te-101-materials.md b/docs/te-101-materials.md index c512beb..5a411f5 100644 --- a/docs/te-101-materials.md +++ b/docs/te-101-materials.md @@ -22,7 +22,7 @@ sidebar_label: 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. +> Would be great to 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 diff --git a/src/pages/index.js b/src/pages/index.js index 7d41f1a..b358cc4 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -67,6 +67,17 @@ const features = [ ), }, + { + title: <>Ocean Protocol, + url: 'https://oceanprotocol.com/', + imageUrl: 'img/ocean-protocol-logo.png', + shortDescription: 'A New Data Economy', + description: ( + <> + Ocean Protocol is kickstarting a Data Economy by breaking down data silos and equalizing access to data for all. + + ), + }, { title: <>WU Vienna, url: 'https://www.wu.ac.at/cryptoeconomics', diff --git a/static/img/ocean-protocol-logo.png b/static/img/ocean-protocol-logo.png new file mode 100644 index 0000000..a02f389 Binary files /dev/null and b/static/img/ocean-protocol-logo.png differ