Skip to content

robertkiel/wallet-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian / Ubuntu

USB Ledger connection

apt install build-essential git
apt install libudev-dev

Setup

yarn install
yarn types # generate types

Change main method in index.ts, e.g.

async function main() {
  // ...
  const tx = await HoprBoostNft.populateTransaction.grantRole(MINTER_ROLE, '0x')

  await MultiSig.submitTransaction(HoprBoostNft.address, 0, tx.data, {
    gasLimit: '500000',
    gasPrice: gasPrice
  })
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published