smartcontractkit / ethwrite-adapter

MIT License
4 stars 2 forks source link

Chainlink External Adapter for writing to Ethereum-based Blockchains

This external adapter allows you to configure an endpoint and private key to sign and send transactions to external Ethereum-based blockchains.

A typical workflow of a Chainlink job for this external adapter could look like:

Install

npm install

Deploy & Test

node deploy_contract.js

The output should include a deployed contract address

npm test

Verify the contract was written

node read_contract.js

Create the zip

zip -r cl-ethtx.zip .

Install to AWS Lambda

Install to GCP