diff --git a/docs/GretaForest.md b/docs/GretaForest.md new file mode 100644 index 0000000..9d3dcc4 --- /dev/null +++ b/docs/GretaForest.md @@ -0,0 +1,20 @@ +# GretaForest + +![KodaForest](/GretaForest/koda.png) + +As NFTs grow in size and popularity, there have been increasing concerns about the effects it may have on the enviornment. There are countless articles hightlighting the energy consumption and emissions caused by NFT transactions, ultimately influencing and supporting the increasing stigma around NFTs as a whole. However, we're here to be one of the marketplaces to start a reforestation initiative. + +We'd like to start off developing a collection called NFTrees that put emphasis on challenges that our world's forests are facing. Our purpose is to unite eco-designers around the world combat pollution in the forest. + +A percentage of each NFTree will go to the artists envolved AND donated directly to [Fridays for Future](https://fridaysforfuture.org/europebeyondburning/). + + +## Upcoming Events +### KodaForest Fest + +#### Happening in May/June 2023, KodaFest is a three day festival focusing on sustainability in technology in Centre Portugal. + +The purpose of the KodaForest Fest is to build connections and long lasting relationships between associations/non-profits around the world as well as highlight the efforts of tech organizations like KodaDot and RMTerra's. + + +Keep up with KodaForest through our [Twitter](https://twitter.com/Kodaforest_)! \ No newline at end of file diff --git a/docs/KodaForest.md b/docs/KodaForest.md new file mode 100644 index 0000000..9d3dcc4 --- /dev/null +++ b/docs/KodaForest.md @@ -0,0 +1,20 @@ +# GretaForest + +![KodaForest](/GretaForest/koda.png) + +As NFTs grow in size and popularity, there have been increasing concerns about the effects it may have on the enviornment. There are countless articles hightlighting the energy consumption and emissions caused by NFT transactions, ultimately influencing and supporting the increasing stigma around NFTs as a whole. However, we're here to be one of the marketplaces to start a reforestation initiative. + +We'd like to start off developing a collection called NFTrees that put emphasis on challenges that our world's forests are facing. Our purpose is to unite eco-designers around the world combat pollution in the forest. + +A percentage of each NFTree will go to the artists envolved AND donated directly to [Fridays for Future](https://fridaysforfuture.org/europebeyondburning/). + + +## Upcoming Events +### KodaForest Fest + +#### Happening in May/June 2023, KodaFest is a three day festival focusing on sustainability in technology in Centre Portugal. + +The purpose of the KodaForest Fest is to build connections and long lasting relationships between associations/non-profits around the world as well as highlight the efforts of tech organizations like KodaDot and RMTerra's. + + +Keep up with KodaForest through our [Twitter](https://twitter.com/Kodaforest_)! \ No newline at end of file diff --git a/docs/assets/GretaForest/Koda.png b/docs/assets/GretaForest/Koda.png new file mode 100644 index 0000000..22810d0 Binary files /dev/null and b/docs/assets/GretaForest/Koda.png differ diff --git a/docs/assets/KodaForest/Koda.png b/docs/assets/KodaForest/Koda.png new file mode 100644 index 0000000..22810d0 Binary files /dev/null and b/docs/assets/KodaForest/Koda.png differ diff --git a/docs/incentives/listofincentives.md b/docs/incentives/listofincentives.md new file mode 100644 index 0000000..eca140d --- /dev/null +++ b/docs/incentives/listofincentives.md @@ -0,0 +1,3 @@ +# KodaDot's Incentives + +- [KodaForest](/KodaForest.md) \ No newline at end of file diff --git a/docs/tutorial-overview.md b/docs/tutorial-overview.md index df520e8..de4f0d9 100644 --- a/docs/tutorial-overview.md +++ b/docs/tutorial-overview.md @@ -16,6 +16,10 @@ - How to mint NFTs via [iOS](/tutorials/how-to-kodadot-phone-ios.md) +## $KSM + +- [Staking KSM](/stake-ksm.md) + ## Troubleshooting - ["Unable to retrieve keypair" error](/tutorials/how-to-fix-error-keypair.md) diff --git a/vuepress.config.ts b/vuepress.config.ts index 7309ccc..43af7a5 100644 --- a/vuepress.config.ts +++ b/vuepress.config.ts @@ -35,6 +35,10 @@ module.exports = { text: 'Tokens', link: '/token/draft.md', }, + { + text: 'Incentives', + link: '/incentives/listofincentives.md', + }, ] },