1.1.5 • Published 3 years ago

@tdos/mazejs v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago
// 1. create contract
const { FARM_ABI, farmContract } = require('@tdos/mazejs/dist')
const { Contract } = require('ethers') // import ethers version >= 5

// 2. create contract 
const u = `http://${process.env.HOST}:${process.env.PORT}` // jsonrpc provider
const provider = new providers.JsonRpcProvider(u)

const wallet = new Wallet(process.env.PRIVATE_KEY, provider) // wallet
const c = farmContract(new Contract('0x', FARM_ABI, wallet)) 

// 3. query

c.getMineParams().then(console.log)
1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago