File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Owasm
2
2
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 ` ).
4
4
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
Original file line number Diff line number Diff line change 1
- # Owasm Std
1
+ # Owasm Kit
2
2
3
3
[ ![ owasm-kit on crates.io] ( https://img.shields.io/crates/v/owasm-kit.svg )] ( https://crates.io/crates/owasm-kit )
4
4
5
5
The standard libraries for building BandChain oracle scripts. Code in this package is split into 2 packages -- ` ext ` and ` oei ` .
6
6
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
You can’t perform that action at this time.
0 commit comments