UNPKG

@simbachain/libsimba-js

Version:

libsimba-js is a library simplifying the use of SIMBAChain APIs. We aim to abstract away the various blockchain concepts, reducing the necessary time needed to get to working code.

8 lines (6 loc) 120 B
import SimbaBase from "./simbabase"; import Simbachain from "./simba"; export { SimbaBase, Simbachain }