An open API service indexing awesome lists of open source software.

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

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)