1.1.5 • Published 5 years ago

@tdos/mazejs v1.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago