Skip to content

ZoomerCoin/xerc20

Repository files navigation

ZOOMER xERC20

What is ZOOMER xERC20?

$ZOOMER is the most bussin coin in existence fr fr. The based ZOOMER devs have decided to make ZOOMER an xERC20 token, embracing the open standard for cross-chain ERC20 tokens.

This repo is the home of the ZOOMER xERC20 contracts which illustrate how to implement the xERC20 standard and deploy it in an upgradable way to allow for future updates to the standard before it is finalized.

Testing

To run the tests, first install the dependencies:

npm install

Then run the tests:

npm test

Tests for the contract functionality are written in Forge, and the upgrade tests are written in Hardhat.

Deploying

To deploy the contracts, first install the dependencies:

npm install

Then run the deployment script (example for Arbitrum):

npx hardhat run scripts/deploy.ts --network arbitrum

Note this is a minimal repo and configs need to be added for other networks. See the Hardhat docs for more info.

About

The most bussin token, now cross-chain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published