Skip to content

XinFinOrg/truflation_marketplace

 
 

Repository files navigation

Truflation Marketplace

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.

TODO

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

To run

  • yarn install
  • cp hardhat.local.env .env
  • yarn build
  • yarn test

To deploy

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Solidity 39.2%
  • JavaScript 28.1%
  • TypeScript 15.3%
  • Python 9.6%
  • HTML 3.2%
  • Shell 2.5%
  • Other 2.1%