mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
a1ba0e5176
* adds web3 * adds comment * Revert "adds comment" This reverts commit dbe59e7e49f2351403a8749b28973a9fafcb5e0a. * adds comments
6 lines
93 B
Nim
6 lines
93 B
Nim
import web3
|
|
proc web3Test() =
|
|
var web3: Web3 # an identifier from web3 package
|
|
|
|
web3Test()
|