@tonappchain/usdt_bridge
v1.0.1
Published
``` cd eth_proxy npm i npx hardhat compile bash scripts/deploy.sh ```
Keywords
Readme
To Deploy on ETH Mainnet
cd eth_proxy
npm i
npx hardhat compile
bash scripts/deploy.shDeploy logs:
usdt-bridge/eth_proxy$ bash scripts/deploy.sh
[ethUSDTBridge : ethUSDTBridge] Deployment upgradable successfull: 0x...To Deploy on TAC Mainnet
cd tac_proxy
npm i
npx hardhat compile
bash scripts/deploy.shDeploy logs:
usdt-bridge/tac_proxy$ bash scripts/deploy.sh
[tacUSDTBridge : tacUSDTBridge] Deployment upgradable successfull: 0x...To Publish Test Version
npm adduser [email protected]
npm publish --tag alpha --access publicTo Run Executor
cd executor
docker compose up -d DB connection string jdbc:postgresql://127.0.0.1:55432/usdt-bridge-v2-executor-postgres_db
Frontend Requirements
- Use exported consts from
index.tsto encode the message
