Skip to content

Commit 83f6d2c

Browse files
committed
moved cointoss to examples
1 parent 968ba80 commit 83f6d2c

15 files changed

+430
-3126
lines changed
File renamed without changes.

integrations/cointoss/package.json examples/cointoss/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "cointoss-agent",
33
"version": "1.0.0",
44
"description": "A coin toss betting agent using XMTP and CDP AgentKit",
5-
"main": "dist/index.js",
65
"type": "module",
6+
"main": "dist/index.js",
77
"scripts": {
88
"build": "tsc",
9-
"start": "node dist/index.js",
109
"dev": "tsx watch src/index.ts",
11-
"gen:keys": "node dist/scripts/generate-keys.js"
10+
"gen:keys": "node dist/scripts/generate-keys.js",
11+
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
1414
"@coinbase/agentkit": "^0.2.0",
@@ -17,7 +17,7 @@
1717
"@langchain/core": "^0.3.20",
1818
"@langchain/langgraph": "^0.2.24",
1919
"@langchain/openai": "^0.3.14",
20-
"@xmtp/node-sdk": "1.0.0-rc2",
20+
"@xmtp/node-sdk": "1.0.2",
2121
"dotenv": "^16.4.7",
2222
"redis": "^4.7.0",
2323
"uint8arrays": "^5.1.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"userId": "SYSTEM_INIT",
3+
"walletData": "{\"walletId\":\"c584621f-f501-4e5d-9cdd-57761066a48d\",\"seed\":\"96fd75c2e58b48d5e2f81c952d9ebec6782fdfc072a7fab4d9988b227653c20f\",\"networkId\":\"base-sepolia\"}"
4+
}

0 commit comments

Comments
 (0)