Skip to content

web3mirror/cluster3-sol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cluster-sol

cluster solidity version

how to develop

  1. use remixd connect localfile to https://remix.ethereum.org/
    1. install remixd
      npm install -g @remix-project/remixd
      # check install
      remixd -v
      # connect
      remixd -s /doc/cyber/cluster-sol --remix-ide https://remix.ethereum.org/\#optimize\=false\&runs\=200\&evmVersion\=null\&version\=soljson-v0.8.7+commit.e28d00a7.js

all contract

  1. BadgeNft contract【描述

deploy to god woken

  1. run in hardhat.js path shell PRIVATE_KEY=<YOUR_PK> npx hardhat run scripts/deploy.js --network godwoken-testnet

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.2%
  • Solidity 7.8%