mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-04-17 03:00:47 -04:00
11 lines
113 B
Bash
Executable File
11 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Alice
|
|
npm run fhevm:faucet
|
|
sleep 8
|
|
npm run fhevm:faucet:bob
|
|
sleep 8
|
|
npm run fhevm:faucet:carol
|
|
|
|
|