Amberdata Adapter
Download
sudo git clone https://github.com/smartcontractkit/amberdata-adapter.git
cd amberdata-adapter
Install
yarn
Test
yarn test
Docker
If you wish to use Docker to run the adapter, you can build the image by running the following command:
docker build . -t amberdata-adapter
Then run it with:
docker run -it -p 8080:8080 -e API_KEY=’YOUR_API_KEY’ amberdata-adapter:latest
Was this article helpful to you?
Yes
No