mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 14:33:12 +00:00
8 lines
103 B
Nim
8 lines
103 B
Nim
{.used.}
|
|
|
|
import web3
|
|
proc web3Test() =
|
|
var web3: Web3 # an identifier from web3 package
|
|
|
|
web3Test()
|