MartianEddy / maraChainUsdcPrototype

Utilizing Mara test-net and circle API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

remember to create an env file with PRIVATE_KEY and CONTRACT_ADDRESS to run the contract on mara testnet use the command npx hardhat run scripts/deploy.js --network maratestnet

the mara explorer can be found on https://testnet.mara.xyz/

About

Utilizing Mara test-net and circle API


Languages

Language:JavaScript 63.9%Language:Solidity 16.0%Language:HTML 13.1%Language:CSS 7.1%