Skip to content

🏭 Toqen Contracts for Create Tokens ERC20/ERC721

Notifications You must be signed in to change notification settings

toqenfactory/contracts

Repository files navigation

Toqen

  1. Start Anvil
anvil
  1. Deploy Toqen
git clone https://github.com/toqenfactory/contracts.git
cd contracts
forge script script/Toqen.s.sol --fork-url http://localhost:8545 --broadcast
  1. Components
git clone https://github.com/toqenfactory/components.git
cd components
npm run dev
  1. 🤓 🖥️