
Pinned Loading
-
daydreamsai/daydreams
daydreamsai/daydreams PublicDaydreams is a generative agent framework for executing anything onchain
-
awesome-daydreams
awesome-daydreams PublicA curated list of awesome Daydreams resources, libraries, tools and more
-
mcpdotdirect/evm-mcp-server
mcpdotdirect/evm-mcp-server PublicMCP server that provides LLM with tools for interacting with EVM networks
-
defi-space/ds-agents
defi-space/ds-agents PublicA multi-agent system enabling autonomous agents to interact with contracts, manage resources, and execute complex strategies independently.
TypeScript
-
defi-space/ds-indexer
defi-space/ds-indexer PublicA blockchain indexer built with DipDup protocol, providing real-time data indexing and querying capabilities for the defi.space protocol.l.
Python
-
dominion-starknet
dominion-starknet PublicForked from webisoftSoftware/dominion-starknet
Decentralized poker game built using the Dojo Framework on Starknet
Cairo
1,157 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
April 2025
Created 31 commits in 4 repositories
Created a pull request in mcpdotdirect/template-mcp-server that received 1 comment
FastMCP implementation
Summary by CodeRabbit Documentation Enhanced README with updated usage instructions, detailed examples for custom tools, resources, and prompts…
Opened 2 other pull requests in 1 repository
mcpdotdirect/template-mcp-server
2
merged
-
chore: removing express deps since it is now handled by FastMCP
This contribution was made on Apr 1
-
fix: fixed missing deps
This contribution was made on Apr 1
Reviewed 1 pull request in 1 repository
webisoftSoftware/dominion-starknet
1 pull request
-
V1 with Bugs Fixes + Getters
This contribution was made on Apr 3
Created an issue in mcpdotdirect/evm-mcp-server that received 1 comment
Add mnemonic support
We should add support for mnemonics so Agents can retrieve an account from both private keys and mnemonics. Here is how to do it using Viem : Viem …