🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@goat-sdk/plugin-0x

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goat-sdk/plugin-0x - npm Package Compare versions

Comparing version
0.1.5
to
0.1.6
+2
-2
package.json
{
"name": "@goat-sdk/plugin-0x",
"version": "0.1.5",
"version": "0.1.6",
"files": [

@@ -30,3 +30,3 @@ "dist/**/*",

"@goat-sdk/core": "0.4.7",
"@goat-sdk/wallet-evm": "0.2.8"
"@goat-sdk/wallet-evm": "0.2.9"
},

@@ -33,0 +33,0 @@ "peerDependencies": {

@@ -0,4 +1,11 @@

<div align="center">
<a href="https://github.com/goat-sdk/goat">
<img src="https://github.com/user-attachments/assets/5fc7f121-259c-492c-8bca-f15fe7eb830c" alt="GOAT" width="100px" height="auto" style="object-fit: contain;">
</a>
</div>
# 0x GOAT Plugin
Get quotes and swap on 0x
Get quotes and swap on [0x](https://0x.org/)

@@ -8,2 +15,4 @@ ## Installation

npm install @goat-sdk/plugin-0x
yarn add @goat-sdk/plugin-0x
pnpm add @goat-sdk/plugin-0x
```

@@ -19,3 +28,3 @@

zeroEx({
apiKey: process.env.ZEROEX_API_KEY
apiKey: process.env.ZEROEX_API_KEY // Get it from: https://dashboard.0x.org/
})

@@ -28,2 +37,12 @@ ]

* Get quote
* Swap
* Swap tokens
<footer>
<br/>
<br/>
<div>
<a href="https://github.com/goat-sdk/goat">
<img src="https://github.com/user-attachments/assets/4821833e-52e5-4126-a2a1-59e9fa9bebd7" alt="GOAT" width="100%" height="auto" style="object-fit: contain; max-width: 800px;">
</a>
</div>
</footer>