Giter Club home page Giter Club logo

arthera-hardhat-template's Introduction

Arthera Hardhat Template

Motivation

Facilitate the prototyping of decentralized apps to deploy to Arthera Testnet.

Install

npm i

Test

npx hardhat test

Deploy

Create a .env file:

cp .env.example .env

Add your own private key in the .env file, then:

npx hardhat run scripts/deploy.js --network arthera-testnet

You can use the increment.js script to increment the value of x:

npx hardhat run scripts/increment.js --network arthera-testnet

Contract verification

  • Go to the Arthera Testnet explorer, which is a fork of Blockscout
  • Paste you contract address
  • Click on the 'contract' tab
  • Click on the 'Verify and publish' button (top-right)
  • Fill out the form and paste your Solidity code
  • Click on 'Verify'

Note: the Incrementor contract is already verified so you shouldn't need to do that if you keep it unchanged.

Versions

Support

You can contact me via Element, Telegram, Twitter, Discord, or LinkedIn.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.