updated stuff
This commit is contained in:
parent
ddb220bc33
commit
0a28ce2367
|
|
@ -6,3 +6,27 @@ 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?"
|
||||
|
||||
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.
|
||||
|
||||
### Define design goals
|
||||
|
||||
What do you want to have happen? What does success look like for your tokeneconomic system?
|
||||
|
||||
### Identify mechanisms
|
||||
|
||||
You want to design mechanisms where certain properties hold under all conditions. You know you have a mechanism when it cannot be broken down further.
|
||||
|
||||
### Compose mechanisms into design patterns
|
||||
|
||||
Design patterns are a series of actions that will produce consistent and reproducible results. Often this is state dependent.
|
||||
|
||||
### Model your system
|
||||
|
||||
It's much easier to test and iterate in python before getting a security audit and deploying your code to production.
|
||||
|
||||
### Test IRL
|
||||
|
||||
Theory only gets us so far. We need to start dogfooding the system in controlled and low-risk experiments.
|
||||
|
||||
|
|
|
|||
|
|
@ -4,4 +4,6 @@ title: Token Reviews
|
|||
sidebar_label: Reviews
|
||||
---
|
||||
|
||||
Stuff about TE reviews goes here.
|
||||
Looking for feedback on your tokeneconomic system?
|
||||
|
||||
Check out our [token review service](https://discord.gg/7tvGCTD)!
|
||||
|
|
|
|||
|
|
@ -4,20 +4,17 @@ title: Token Engineering Workshops
|
|||
sidebar_label: Workshops
|
||||
---
|
||||
|
||||
Stuff about the TE workshops goes here.
|
||||
|
||||
## Upcoming Workshops and Meetups
|
||||
- [ReadyLayerOne](https://readylayer.one/) - workshop, link agenda tba
|
||||
- [ReadyLayerOne](https://readylayer.one/)
|
||||
- [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
|
||||
- [NonCon2020 session recordings](https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e)
|
||||
|
||||
### Noncon
|
||||
## TEGG
|
||||
|
||||
> [NonCon2020 session recordings](https://www.youtube.com/playlist?list=PLp4Qsobvo_Jv561ib0n2PkVQMbvXWr96e)
|
||||
|
||||
### TEGG
|
||||
_Token Engineering Global Gathering._
|
||||
|
||||
Cryptoeconomic systems will redefine the way we understand business and economics in the 21st century. However, creating such tokenized ecosystems is hard.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue