Skip to content

Commit aa2412b

Browse files
committed
feat: add twitter poc to GAME ACP
1 parent 61d4d4d commit aa2412b

File tree

3 files changed

+426
-0
lines changed

3 files changed

+426
-0
lines changed

examples/game_sdk/.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
WHITELISTED_WALLET_PRIVATE_KEY=0x-<whitelisted-wallet-private-key>
2+
WHITELISTED_WALLET_ENTITY_ID=<whitelisted-wallet-entity-id>
3+
BUYER_AGENT_WALLET_ADDRESS=<buyer-agent-wallet-address>
4+
SELLER_AGENT_WALLET_ADDRESS=<seller-agent-wallet-address>
5+
BUYER_GAME_TWITTER_ACCESS_TOKEN=apx-<buyer-game-twitter-access-token>
6+
SELLER_GAME_TWITTER_ACCESS_TOKEN=apx-<seller-game-twitter-access-token>
7+
GAME_API_KEY=apt-<game-api-key>

0 commit comments

Comments
 (0)