Skip to content

Commit a8fed03

Browse files
authored
Merge pull request #8 from bandprotocol/readme
update readmes
2 parents d941b23 + a2e36b9 commit a8fed03

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Owasm
22

3-
[![owasm on crates.io](https://img.shields.io/crates/v/owasm.svg)](https://crates.io/crates/owasm)
3+
The standard libraries for building BandChain oracle scripts. Code in this package is split into 2 packages -- `vm` and `kit` (`ext`, and `oei`).
44

5-
The standard libraries for building BandChain oracle scripts. Code in this package is split into 3 packages -- `core`, `ext`, and `oei`.
6-
7-
`core` - a library for building VM runtime
8-
`ext` - a library is helper package for writing the oracle scripts
9-
`oei` - a library containing functions for querying data from BandChain
5+
- `vm` - a library for building VM runtime
6+
- `kit` - standard libraries for BandChain oracle scripts
7+
- `ext` - a library is helper package for writing the oracle scripts
8+
- `oei` - a library containing functions for querying data from BandChain

packages/kit/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Owasm Std
1+
# Owasm Kit
22

33
[![owasm-kit on crates.io](https://img.shields.io/crates/v/owasm-kit.svg)](https://crates.io/crates/owasm-kit)
44

55
The standard libraries for building BandChain oracle scripts. Code in this package is split into 2 packages -- `ext` and `oei`.
66

7-
`ext` - a library is helper package for writing the oracle scripts
8-
`oei` - a library containing functions for querying data from BandChain
7+
- `ext` - a library is helper package for writing the oracle scripts
8+
- `oei` - a library containing functions for querying data from BandChain

0 commit comments

Comments
 (0)