0.0.4 • Published 5 years ago

@gdbc/loopback-connector-web3 v0.0.4

Weekly downloads
9
License
ISC
Repository
github
Last release
5 years ago

loopback-connector-web3

Do not use this in production.

Example at (https://github.com/gdebenito/loopback-web3-example)

Datasource.json example

{
	"name":"web3datasource",
	"connector":"@gdbc/loopback-connector-web3",
	"provider":"ws://localhost:8545",
	"debug": true
}