helios/helios-ts
Noah Citron 8e006d623b
feat: typescript bindings (#191)
* basic ethers provider setup

* add getCode

* add call

* add estimateGas

* add gas pricing methods

* add sendRawTransaction

* add getTransactionReceipt

* add getLogs

* add net_version

* decouple ethers from lib

* add config options

* fmt
2023-02-09 14:32:17 -05:00
..
src feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
Cargo.toml feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
index.html feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
lib.ts feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
package-lock.json feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
package.json feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
run.sh feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
tsconfig.json feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00
webpack.config.js feat: typescript bindings (#191) 2023-02-09 14:32:17 -05:00