Skip to content

🔗 Decentralized computer aided design licensing concept

Notifications You must be signed in to change notification settings

thomas-gale/desine

Repository files navigation

Desine

Decentralized computer aided design licensing concept

Dev

yarn
  • .env.local
NEXT_PUBLIC_ETH_NETWORK_ID=1337 # localhost
NEXT_PUBLIC_DESINE_TOKEN_ADDRESS=****************************************** # check for rich wallets in hardhat and use one in the deployer script 

Terminal 1

yarn hardhat node

Terminal 2

yarn hardhat test --typecheck
yarn hardhat run scripts/DesineToken.deployer.ts --network localhost
## Note the Token Address (update the env config)
yarn dev