Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turnkey/ethers

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turnkey/ethers - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1-beta.0

4

package.json
{
"name": "@turnkey/ethers",
"version": "0.7.0",
"version": "0.7.1-beta.0",
"main": "./dist/index.js",

@@ -37,3 +37,3 @@ "types": "./dist/index.d.ts",

"dependencies": {
"@turnkey/http": "0.7.0"
"@turnkey/http": "0.7.1-beta.0"
},

@@ -40,0 +40,0 @@ "devDependencies": {

@@ -80,10 +80,14 @@ # @turnkey/ethers

## More Examples
## More examples
| Example | Description |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [`with-ethers`](../../examples/with-ethers/) | Create a new Ethereum address, then sign and broadcast a transaction using the Ethers signer with Infura |
| [`with-gnosis`](../../examples/with-gnosis/) | Create new Ethereum addresses, configure a 3/3 Gnosis safe, and create + execute a transaction from it |
| [`with-uniswap`](../../examples/with-uniswap/) | Sign and broadcast a Uniswap v3 trade using the Ethers signer with Infura |
| [`sweeper`](../../examples/sweeper/) | Sweep funds from one address to a different address |
| [`deployer`](../../examples/deployer/) | Compile and deploy a smart contract |
| Example | Description |
| ----------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| [`with-ethers`](/examples/with-ethers/) | Create a new Ethereum address, then sign and broadcast a transaction using the Ethers signer with Infura |
| [`with-gnosis`](/examples/with-gnosis/) | Create new Ethereum addresses, configure a 3/3 Gnosis safe, and create + execute a transaction from it |
| [`with-uniswap`](/examples/with-uniswap/) | Sign and broadcast a Uniswap v3 trade using the Ethers signer with Infura |
| [`sweeper`](/examples/sweeper/) | Sweep funds from one address to a different address |
| [`deployer`](/examples/deployer/) | Compile and deploy a smart contract |
## See also
- [`@turnkey/http`](/packages/http/): lower-level fully typed HTTP client for interacting with Turnkey API
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc