https://github.com/entangle-protocol/universal-data-feeds-evm
Provides facilities to store Entangle data feeds on EVM chains
https://github.com/entangle-protocol/universal-data-feeds-evm
Last synced: about 1 year ago
JSON representation
Provides facilities to store Entangle data feeds on EVM chains
- Host: GitHub
- URL: https://github.com/entangle-protocol/universal-data-feeds-evm
- Owner: Entangle-Protocol
- License: mit
- Created: 2024-09-27T08:38:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:45:30.000Z (over 1 year ago)
- Last Synced: 2025-02-01T07:27:47.945Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Universal Data Feeds (UDF) Smart Contracts
This repository contains configurable Universal Data Feeds (UDF) smart contracts for creating new data collection, along with smart contracts deployed on the target chains
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Contributing](#contributing)
- [License](#license)
Generally, describe the project and readme and provide and additional details, that will help community to interact with your repository
## Installation
First, clone the repo.
```
$ git clone git@github.com:Entangle-Protocol/udf-contracts.git
```
Install dependencies
```
$ yarn install
```
Run tests
```
$ yarn hardhat test
```
## Usage
The repository contains various utility scripts to interact with smart contracts on oralce network (EOB). The scripts are integrated as hardhat tasks and can be navigated through the CLI under the supported categories:
* Scripts to deploy and live actions on the deployed protocol instance
```
$ yarn hardhat datafeeds:deploy
```
* Scripts to observe the state of the deployed protocol
```
$ yarn hardhat datafeeds:stat
```
## Changelog
[Changelog history](CHANGELOG.md)
## Contributing
[Contributing information](CONTRIBUTING.md)
## Code of conduct
[Regulations](CODE_OF_CONDUCT.md)
## License
[License](LICENSE)