feat: add embedchain javascript package (#576)
This commit is contained in:
9
embedchain-js/index.js
Normal file
9
embedchain-js/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const { EmbedChainApp } = require("./embedchain/embedchain");
|
||||
|
||||
async function App() {
|
||||
const app = new EmbedChainApp();
|
||||
await app.init_app;
|
||||
return app;
|
||||
}
|
||||
|
||||
module.exports = { App };
|
||||
Reference in New Issue
Block a user