mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-03 02:24:45 +00:00
6 lines
93 B
Nim
6 lines
93 B
Nim
|
import web3
|
||
|
proc web3Test() =
|
||
|
var web3: Web3 # an identifier from web3 package
|
||
|
|
||
|
web3Test()
|