Skip to content

Hello anime lovers out there👋 | Dive into the beauty of solidity with chainlink vrf by utilizing this app

Notifications You must be signed in to change notification settings

0xJonaseb11/one_piece_dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contract deployment

npx hardhat run scripts/deploy.js --network arbitrum_sepolia

Contract verification

npx hardhat verify --constructor-args arguments.js <deployed_contract_address> --network arbitrum_sepolia

Installing and enabling grapgh protocol

cd client
# with npm
npm install -g @graphprotocol/graph-cli
# eith yarn
yarn global add @graphprotocol/graph-cli

Initialize the subgraph

graph init --studio one_piece_dapp

Authenticate and deploy

# authenticate in cli
graph auth --studio fd9731a523ad7fccab9c0617ccecb1f0
# Enter subgraph
cd one_piece_dapp
# build subgraph
graph codegen && graph build

About

Hello anime lovers out there👋 | Dive into the beauty of solidity with chainlink vrf by utilizing this app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published