Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding clarity on which values to use for the Coinbase API Key
  • Loading branch information
lukestokes authored Dec 19, 2024
1 parent 28131db commit 10de423
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 10de423

Please sign in to comment.