|
| 1 | +export const intermediateData = [ |
| 2 | + { |
| 3 | + id: 1, |
| 4 | + name: "1. Working with EVM Contracts", |
| 5 | + link: "/build/evm-general", |
| 6 | + 'short-description': "Discover how to interact with EVM contracts on the Sei Network.", |
| 7 | + logo: { |
| 8 | + url: "/assets/sei_symbol_gradient.png", |
| 9 | + }, |
| 10 | + }, |
| 11 | + { |
| 12 | + id: 2, |
| 13 | + name: "2. Working with CosmWasm Contracts", |
| 14 | + link: "/build/cosmwasm-general", |
| 15 | + 'short-description': "Learn how to work with CosmWasm contracts on the Sei Network.", |
| 16 | + logo: { |
| 17 | + url: "/assets/sei_symbol_gradient.png", |
| 18 | + }, |
| 19 | + }, |
| 20 | + { |
| 21 | + id: 3, |
| 22 | + name: "3. Setting Up Multi-Sig Accounts", |
| 23 | + link: "/build/multi-sig-accounts", |
| 24 | + 'short-description': "Learn how to set up multi-sig accounts for secure operations.", |
| 25 | + logo: { |
| 26 | + url: "/assets/sei_symbol_gradient.png", |
| 27 | + }, |
| 28 | + }, |
| 29 | + { |
| 30 | + id: 4, |
| 31 | + name: "4. Achieving Interoperability Between VMs", |
| 32 | + link: "/start/dev-interoperability", |
| 33 | + 'short-description': "Guide to interoperability between VMs on the Sei Network.", |
| 34 | + logo: { |
| 35 | + url: "/assets/sei_symbol_gradient.png", |
| 36 | + }, |
| 37 | + }, |
| 38 | + { |
| 39 | + id: 5, |
| 40 | + name: "5. Interoperability with IBC", |
| 41 | + link: "/build/ibc-protocol", |
| 42 | + 'short-description': "Learn how to achieve interoperability with the IBC protocol.", |
| 43 | + logo: { |
| 44 | + url: "/assets/sei_symbol_gradient.png", |
| 45 | + }, |
| 46 | + }, |
| 47 | + { |
| 48 | + id: 6, |
| 49 | + name: "6. Managing Transactions", |
| 50 | + link: "/start/dev-transactions", |
| 51 | + 'short-description': "Learn about managing and optimizing transactions.", |
| 52 | + logo: { |
| 53 | + url: "/assets/sei_symbol_gradient.png", |
| 54 | + }, |
| 55 | + }, |
| 56 | + { |
| 57 | + id: 7, |
| 58 | + name: "7. Configuring a Node", |
| 59 | + link: "/node/node-configuration", |
| 60 | + 'short-description': "Instructions on setting up and configuring a developer node.", |
| 61 | + logo: { |
| 62 | + url: "/assets/sei_symbol_gradient.png", |
| 63 | + }, |
| 64 | + }, |
| 65 | + { |
| 66 | + id: 8, |
| 67 | + name: "8. Advanced Querying and State Management", |
| 68 | + link: "/start/dev-querying-state", |
| 69 | + 'short-description': "Guide to querying and managing state efficiently.", |
| 70 | + logo: { |
| 71 | + url: "/assets/sei_symbol_gradient.png", |
| 72 | + }, |
| 73 | + }, |
| 74 | + { |
| 75 | + id: 9, |
| 76 | + name: "9. Deploying and Testing Smart Contracts", |
| 77 | + link: "/build/smart-contract-deployment-testing", |
| 78 | + 'short-description': "Learn how to deploy and test smart contracts effectively.", |
| 79 | + logo: { |
| 80 | + url: "/assets/sei_symbol_gradient.png", |
| 81 | + }, |
| 82 | + } |
| 83 | +]; |
0 commit comments