diff --git a/content/evm/_meta.js b/content/evm/_meta.js index 8905aa7c..537c7939 100644 --- a/content/evm/_meta.js +++ b/content/evm/_meta.js @@ -97,7 +97,7 @@ export default { reference: 'RPC Reference', tokens: 'View Tokens', changelog: 'Changelog', - 'dappradar-guide': 'DappRadar Guide', + 'analytics-setup': 'Analytics Setup', 'ecosystem-contracts': 'Ecosystem Contracts', '-- Hardware Wallets': { diff --git a/content/evm/analytics-setup.mdx b/content/evm/analytics-setup.mdx new file mode 100644 index 00000000..e4bcf491 --- /dev/null +++ b/content/evm/analytics-setup.mdx @@ -0,0 +1,70 @@ +--- +title: 'Analytics Setup' +description: 'Comprehensive guide on how to set up analytics for your project' +keywords: ['analytics', 'sei'] +--- + +## Overview + +Setting up analytics for your project helps track user activity, transaction counts, and project growth. This guide walks you through integrating with three key platforms that provide comprehensive insights into your project's performance. + +**What you'll set up:** + +- Token Terminal +- Artemis +- Dune Analytics + +**Time required:** 20-25 minutes + +--- + +## Step 1: Sei Ecosystem Directory + Token Terminal + +The Monday form registers your project in the Sei ecosystem directory and automatically submits it to Token Terminal. + +**Complete the Monday Form** : [Monday Form](http://forms.monday.com/forms/b6816df94378117836cd0d4046d7213b?r=apse2) + +**What happens next:** + +- Your project appears in the Sei ecosystem directory +- Token Terminal automatically receives your project info +- Metrics begin tracking within 48-72 hours + +--- + +## Step 2: Artemis Analytics + +Artemis provides detailed user activity and transaction analytics for your project. + +**Complete Artemis Application** : [Artemis Application Form](https://ry0v9n8oa4l.typeform.com/to/sXX203Nk?typeform-source=app.artemisanalytics.com) + +**Processing time:** 2-4 business days for approval + +--- + +## Step 3: Dune Dashboard + +Create custom analytics dashboards with detailed blockchain data. + +**Follow the Sei Dune Guide** : [Dune Guide](https://docs.sei.io/evm/dune) + +**Setup process:** + +1. Create a free Dune account +2. Use pre-built query templates in the above guide +3. Customize queries for your contract addresses +4. Build charts and visualizations +5. Set up automated data refresh + +**Key metrics to track:** + +- Daily transaction counts +- Unique wallet addresses +- Token transfer volumes +- Contract interaction patterns + +**Setup time:** 10-15 minutes using templates + +--- + +These analytics platforms will provide valuable insights as your project grows and help you make data-driven decisions about development and strategy.