Skip to content

Commit 8df15d2

Browse files
committed
add-analytics-setup-guide
1 parent c6067d8 commit 8df15d2

File tree

2 files changed

+71
-1
lines changed

2 files changed

+71
-1
lines changed

content/evm/_meta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default {
9797
reference: 'RPC Reference',
9898
tokens: 'View Tokens',
9999
changelog: 'Changelog',
100-
'dappradar-guide': 'DappRadar Guide',
100+
'analytics-setup': 'Analytics Setup',
101101
'ecosystem-contracts': 'Ecosystem Contracts',
102102

103103
'-- Hardware Wallets': {

content/evm/analytics-setup.mdx

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: 'Analytics Setup'
3+
description: 'Comprehensive guide on how to set up analytics for your project'
4+
keywords: ['analytics', 'sei']
5+
---
6+
7+
## Overview
8+
9+
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.
10+
11+
**What you'll set up:**
12+
13+
- Token Terminal
14+
- Artemis
15+
- Dune Analytics
16+
17+
**Time required:** 20-25 minutes
18+
19+
---
20+
21+
## Step 1: Sei Ecosystem Directory + Token Terminal
22+
23+
The Monday form registers your project in the Sei ecosystem directory and automatically submits it to Token Terminal.
24+
25+
**Complete the Monday Form** : [Monday Form](http://forms.monday.com/forms/b6816df94378117836cd0d4046d7213b?r=apse2)
26+
27+
**What happens next:**
28+
29+
- Your project appears in the Sei ecosystem directory
30+
- Token Terminal automatically receives your project info
31+
- Metrics begin tracking within 48-72 hours
32+
33+
---
34+
35+
## Step 2: Artemis Analytics
36+
37+
Artemis provides detailed user activity and transaction analytics for your project.
38+
39+
**Complete Artemis Application** : [Artemis Application Form](https://ry0v9n8oa4l.typeform.com/to/sXX203Nk?typeform-source=app.artemisanalytics.com)
40+
41+
**Processing time:** 2-4 business days for approval
42+
43+
---
44+
45+
## Step 3: Dune Dashboard
46+
47+
Create custom analytics dashboards with detailed blockchain data.
48+
49+
**Follow the Sei Dune Guide** : [Dune Guide](https://docs.sei.io/evm/dune)
50+
51+
**Setup process:**
52+
53+
1. Create a free Dune account
54+
2. Use pre-built query templates in the above guide
55+
3. Customize queries for your contract addresses
56+
4. Build charts and visualizations
57+
5. Set up automated data refresh
58+
59+
**Key metrics to track:**
60+
61+
- Daily transaction counts
62+
- Unique wallet addresses
63+
- Token transfer volumes
64+
- Contract interaction patterns
65+
66+
**Setup time:** 10-15 minutes using templates
67+
68+
---
69+
70+
These analytics platforms will provide valuable insights as your project grows and help you make data-driven decisions about development and strategy.

0 commit comments

Comments
 (0)