agnosticoder / next-wave-portal-hardhat-web3

Send me "hello πŸ‘‹πŸ½" on Ethereum blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
import {read} from 'to-vfile'
import {rehype} from 'rehype'
import rehypeHighlight from 'rehype-highlight'

main()

async function main() {
  const file = await rehype()
    .data('settings', {fragment: true})
    .use(rehypeHighlight)
    .process(await read('example.html'))

  console.log(String(file))
}

About

Send me "hello πŸ‘‹πŸ½" on Ethereum blockchain


Languages

Language:TypeScript 84.7%Language:Solidity 11.9%Language:CSS 1.5%Language:SCSS 1.4%Language:JavaScript 0.5%