Pashiz, with the symbol of PSZ
, is an ERC-20 token that can be deployed on EVM-compatible blockchains. It has been developed with Solidity and Brownie.
Pashiz has been deployed in the Sepolia network in 0x9aa5Af5a2ea931a54FC48A0D73a5ab396E619f52
.
Token information is accessible in Etherscan by this link:
https://sepolia.etherscan.io/token/0x9aa5af5a2ea931a54fc48a0d73a5ab396e619f52
- Install Brownie (check the installation guide).
- Run
brownie compile
to compile contracts. it will build artifacts inbuild/contracts
. - Add your account to brownie accounts and replace its id in the
get_account
method ofscripts/deploy.py
, you don't need to do this step if you want to deploy on ganache. - Run
brownie run scripts/deploy.py
to deploy the contract. The deployment log will be stored inbuild/deployments
. - You can run the tests with the
brownie test
.