A Smart Contract of Soulbound Token to represent personal ownership in the real world on blockchain network. With this token, you are identified on blockchain network to perform many actions: lending, borrowing, using assets as collateral, joining onchain event, ...
- Create .env in the root
- Go to https://www.alchemyapi.io, sign up, create a new App in its dashboard (Goerli), get the key and write it to .env like: ALCHEMY_KEY = "YOUR_ALCHEMY_KEY"
- Get you metamask private key:
3.1 To export your private key from Metamask, open Metamask and
3.2 go to Account Details > Export Private Key
3.3 Be aware of NEVER putting real Ether into testing accounts
write it to .env like: ACCOUNT_PRIVATE_KEY = "YOUR_METAMASK_KEY"
=> npx hardhat compile