Skip to content

Commit

Permalink
removed develop and architecture articles
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 28, 2023
1 parent 9f3fdb6 commit 17a167d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions src/data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,6 @@ export const ArticleData = [
imgSrc: image2,
description: "Welcome builders! We are excited to have you build on Evmos. This guide will provide an overview of the available resources, infrastructure, and socials to get you running. This guide will be updated frequently to reflect the latest and greatest on Evmos."
},
{
title: 'Development',
category: ['Intermediate', 'Development'],
route: 'articles/intermediate/develop',
imgSrc: image1,
description: "Looking to build a dApp on Evmos? Following this documentation and our academy you can learn how and become part of the rich ecosystem of EVM builders on Cosmos."
},
{
title: 'Technical Architecture',
category: ['Advanced', 'Development'],
route: 'articles/advanced/architecture',
imgSrc: image2,
description: "Evmos is a scalable Proof-of-Stake blockchain that is fully compatible and interoperable with the Ethereum Virtual Machine (EVM)."
},
{
title: 'Wallet Integration',
category: ['Advanced', 'Development'],
route: 'articles/advanced/wallet-integration',
imgSrc: image1,
description: "Developers should determine whether users are using Keplr or MetaMask. This can be determined by checking the corresponding window.ethereum or window.keplr value."
},
{
title: 'Proposal Process',
category: ['Advanced', 'Governance'],
Expand Down

0 comments on commit 17a167d

Please sign in to comment.