nwaku/tests/v2/test_web3.nim

6 lines
93 B
Nim
Raw Normal View History

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