Skip to content

Commit cbad213

Browse files
committed
Remove disclaimer
1 parent df4c47c commit cbad213

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# CW-Band
22

3-
**Disclaimer** This library is in a very early stage of development. Please don't use it in production.
4-
53
This repo provides a library and examples to build CosmWasm smart contract to interact with BandChain.
64

75
---
86

97
## Table Of Contents
8+
109
- [Project structure](#Project-Structure)
1110
- [BandChain - Oracle Scripts & Data Sources](./docs/bandchain_oracle_scripts_&_data_sources.md)
1211
- [How to request data from BandChain via IBC](./docs/how_to_request_data_from_bandchain_via_ibc.md)
@@ -16,25 +15,26 @@ This repo provides a library and examples to build CosmWasm smart contract to in
1615
- [Setup relayer](./docs/setup_relayer.md)
1716

1817
---
18+
1919
## Project Structure
2020

2121
### Docs
2222

2323
All documents related to cw-band will be placed in this folder.
24+
2425
### Packages
2526

2627
This folder contains libraries for smart contracts to use. These libraries will help make the process of requesting data from BandChain easier.
2728

28-
- `cw-band`: This library will provide all the necessary data types that you will need to use when you want to request data from BandChain. You can look more into detail [here](./docs/packages_cw_band.md)
29+
- `cw-band`: This library will provide all the necessary data types that you will need to use when you want to request data from BandChain. You can look more into detail [here](./docs/packages_cw_band.md)
2930

3031
### Contracts
3132

3233
We provide sample contracts that either implement or consume these packages to both provide examples, and provide a basis for code you can extend for more custom contacts.
3334

34-
- `Price feed`: A contract that can request data from BandChain by using cw-band package and allow other contracts to query the data. You can learn more detail in this [document](./docs/contracts_price_feed.md).
35-
- [TODO] `Consumer`: A contract that queries price from price feed contract. You can learn more detail in this [document](./docs/contracts_consumer.md).
35+
- `Price feed`: A contract that can request data from BandChain by using cw-band package and allow other contracts to query the data. You can learn more detail in this [document](./docs/contracts_price_feed.md).
36+
- [TODO] `Consumer`: A contract that queries price from price feed contract. You can learn more detail in this [document](./docs/contracts_consumer.md).
3637

3738
### Scripts
3839

3940
We provide useful scripts such as building contract commands and contract deployment commands in this folder.
40-

packages/cw-band/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# cw-band
22

3-
**Disclaimer** This library is in a very early stage of development. Please don't use it in production.
4-
53
[![cw-band on crates.io](https://img.shields.io/crates/v/cw-band.svg)](https://crates.io/crates/cw-band
64
The helper library for building CosmWasm smart contracts to interact with Bandchain. Code in this package
75
is compiled into the smart contract.

0 commit comments

Comments
 (0)