Skip to content

This repository is an example with basic configuration to create a dapp

Notifications You must be signed in to change notification settings

gabrielmattesich/dapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a CRU example with Solidity

In this repositiry we will create a simple CRU (Create, Read and Update) of tasks configuration.

Tools

  • Hardhat
  • Vue + Argon

Scripts

js npm run build

Build a specific contract

js npm run node

Let's start a node to connect with the blockchain

js npm run local-deploy

Deploy your contract on the network. (In our case, Is a local node with Hardhat, running on http://localhost:8545)

Modules

About

This repository is an example with basic configuration to create a dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published