Skip to content

Commit

Permalink
Merge pull request #130 from lukestokes/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
LachsBagel authored Jan 13, 2025
2 parents a73df9f + 10de423 commit 3af87a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To get started, you'll need to create your Coinbase developer platform API key a
1. Spin up the MORagents application
2. Click **Settings** at the top
3. Click **Coinbase API**
4. Paste your API key and API secret
4. Paste your API key and API secret. Use the full API key name and Private key values you saved when creating your Coinbase API Key. This is also in the "name" value inside your downloaded cdp_api_key.json file starting with "organizations" and the full privateKey value. Don't just copy the Key ID.
5. Click **Save Coinbase Credentials** to lock these values in

## Creating a Coinbase Wallet
Expand Down Expand Up @@ -34,4 +34,4 @@ Once your wallet is funded, you can ask the agent, "what is my USDC balance on b
To send USDC, you'll need to ensure that you have some USDC on the base L2 for the wallet you created. You can check your balance by asking the agent, "what is my USDC balance on base?"

## Community Development
All agents, including the Gasless Send and DCA agents are provided under the MIT license for the community to build and explore. They are references for the community to build and eventually ship to the decentralized inference of Morpheus in early 2025, where these agents can live and function for long periods of time without needing local compute.
All agents, including the Gasless Send and DCA agents are provided under the MIT license for the community to build and explore. They are references for the community to build and eventually ship to the decentralized inference of Morpheus in early 2025, where these agents can live and function for long periods of time without needing local compute.

0 comments on commit 3af87a9

Please sign in to comment.