gitextract_1nu2uio7/ ├── .gitignore ├── LICENSE ├── README.md ├── contracts/ │ ├── ExampleERC20.sol │ ├── MockContract.sol │ ├── NFT.sol │ └── Storage.sol ├── hardhat.config.ts ├── package.json ├── scripts/ │ ├── deploy.ts │ ├── erc20.ts │ ├── example.js │ ├── fund-cchain-addresses.js │ ├── nft.ts │ ├── sendAvaxJSONProvider.ts │ ├── sendAvaxWalletSigner.ts │ └── storage.ts ├── setup.js ├── test/ │ └── Coin.js └── tsconfig.json