Brian Oh
Brian Oh
I would like to enquire if this gulp app is able to static host? My understanding is about when we run the gulp serve there is a .tmp hidden file...
I understand that there is an thread speaking about ``` async function main(){ await app.use(handler); let appInit = await app.start(); let { state, send } = await connect(appInit.GCI) // query...
Hello I will like to check how can I alter the eth 'transfer' function to bep20 'transferFrom' function from this library as different amount of parameters are required.