Deployed at: https://testnet-faucet.onflow.org/
Use the Flow CLI to generate a new key pair:
# This command uses ECDSA_P256 and SHA3_256 by default
flow keys generate
Enter the resulting public key into the "Create Account" form, complete the captcha and submit.
Enter an existing account address into the "Fund Account" form, complete the captcha and submit.
SIGNER_PRIVATE_KEY
value must match the FLOW_SERVICEPRIVATEKEY
value in docker-compose.yml
.
cp env.example .env
docker-compose up -d
npm install
npm run db-migrate-dev
npm run db-seed
accounts.emulator-account
value in flow.json match the FLOW_SERVICEPRIVATEKEY
value in docker-compose.yml
.
npm run dev-deploy-contracts
npm run dev
npm run check