nwaku/tests/v2/test_web3.nim
Sanaz Taheri Boshrooyeh a1ba0e5176
Adds web3 (#316)
* adds web3

* adds comment

* Revert "adds comment"

This reverts commit dbe59e7e49f2351403a8749b28973a9fafcb5e0a.

* adds comments
2020-12-04 12:41:28 +08:00

6 lines
93 B
Nim

import web3
proc web3Test() =
var web3: Web3 # an identifier from web3 package
web3Test()