vechain / docs

Everything you need to know about VeChainThor
https://docs.vechain.org
33 stars 48 forks source link

Create README.md #118

Closed ethersair closed 1 year ago

ethersair commented 1 year ago

import { Framework } from '@vechain/connex-framework' import { Driver, SimpleNet } from '@vechain/connex-driver'

const net = new SimpleNet('http://localhost:8669/') const driver = await Driver.connect(net)

// now we get the ready-to-use Connex instance object const connex = new Framework(driver)