This repository contains code to distribute data feeds from Truflation.com. For information on available data feeds place contact sales@truflation.com
For information on our ChainLink AggregatorV2V3 web3 interface please see our feed interface docs
Our developer discord channel is available for questions.
If you are interested in developer roles please make sure that you have a github page which contains your contact information and make sample contribution to this or one of the other truflation repositories.
In order to deploy to base we had to update to new hardhat proxy syntax and do an upgrade of hardhat. This means that some of the deploy scripts need to be updated.
scripts/tfi-token have the updated scripts
create .env files with
- MAINNET_PRIVATE_KEY
- TESTNET_PRIVATE_KEY
- INFURA_API_KEY
- ETHERSCAN_API_KEY
- yarn install
- cp hardhat.local.env .env
- yarn build
- yarn test
- edit scripts/config.js
- npx hardhat run (deploy script) --network
- npx hardhat verify --network
change password in chainnode
create bridges
test -> http://api-adapter:8080/ main
Run
docker-compose up