7.0.1 • Published 4 days ago

@zetachain/toolkit v7.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 days ago

ZetaChain Toolkit

This repository contains a collection of helper contracts, Hardhat tasks, and utility functions that make it easier to build with ZetaChain.

Prerequisites

Before getting started, ensure that you have Node.js and Yarn installed on your system.

Getting Started

To get started, install the necessary dependencies by running the following command in your terminal:

yarn

Installing tasks

To install all the the tasks into a Hardhat template, add the following import statement to hardhat.config.js:

import "@zetachain/toolkit/tasks";

Compiling Tasks

yarn build

Hardhat Tasks

This template includes two Hardhat tasks that can be used to generate a random wallet and request tokens from ZetaChain's faucet.

Generating a Random Wallet

To generate a random wallet, run the following command in your terminal:

npx hardhat account --save

This will generate a random wallet, print information about the wallet to the terminal, and save the private key to a .env file to make it accessible to Hardhat. If you don't want to save the wallet (for example, if you just need an address to send tokens to), you can run the command without the --save flag.

Querying for Token Balances

To query for token balances, run the following command in your terminal:

npx hardhat balances

This command will query token balances for the account address derived from the private key specified in the .env.

If you want to query for token balances for a different account, you can use the --address flag:

npx hardhat balances --address <address>

Requesting Tokens from the Faucet

To request tokens from ZetaChain's faucet using the account from the .env file, run the following command in your terminal:

npx hardhat faucet

To install a standalone faucet, run the following command in your terminal:

npm install -g @zetachain/faucet-cli

You can then use it with the following command:

zetafaucet -h

Verifying a Contract

You can verify a deployed contract with the following command:

npx hardhat verify:zeta --contract <address>

Select the contract to verify:

? Select a contract to verify: (Use arrow keys)
  @zetachain/zevm-protocol-contracts/contracts/interfaces/IZRC20.sol:IZRC20
  @zetachain/zevm-protocol-contracts/contracts/interfaces/zContract.sol:zContract
❯ contracts/Withdraw.sol:Withdraw

After the confirmation the contract will be verified.

8.0.0-rc1

4 days ago

7.0.0

7 days ago

7.0.1

6 days ago

7.0.0-rc3

11 days ago

7.0.0-rc2

13 days ago

7.0.0-rc1

24 days ago

6.0.0

2 months ago

6.0.0-rc7

2 months ago

6.0.0-rc6

2 months ago

6.0.0-rc5

2 months ago

6.0.0-rc4

2 months ago

6.0.0-rc3

3 months ago

6.0.0-rc1

3 months ago

6.0.0-rc2

3 months ago

5.0.1-rc1

4 months ago

5.0.0

5 months ago

5.0.0-rc10

5 months ago

5.0.0-rc9

5 months ago

5.0.0-rc8

5 months ago

1.0.7-athens3

10 months ago

2.1.2-rc1

8 months ago

1.0.8-athens3

10 months ago

2.1.2

8 months ago

2.1.1

9 months ago

2.2.3

8 months ago

2.2.2

8 months ago

1.0.4-athens3

10 months ago

1.0.3-athens3

11 months ago

2.2.4

8 months ago

1.0.6-athens3

10 months ago

2.1.0

9 months ago

2.0.1

9 months ago

2.0.0

9 months ago

1.0.5-athens3

10 months ago

5.0.0-rc7

6 months ago

5.0.0-rc5

6 months ago

5.0.0-rc6

6 months ago

3.0.0

7 months ago

5.0.0-rc3

7 months ago

5.0.0-rc4

6 months ago

4.0.0

7 months ago

5.0.0-rc1

7 months ago

5.0.0-rc2

7 months ago

1.0.1-athens3

11 months ago

1.0.2-athens3

11 months ago

1.0.0-athens3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago