https://github.com/cryptape/omnilock-test
https://github.com/cryptape/omnilock-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptape/omnilock-test
- Owner: cryptape
- Created: 2024-01-09T07:10:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T04:29:11.000Z (over 2 years ago)
- Last Synced: 2025-01-30T01:17:23.043Z (over 1 year ago)
- Language: TypeScript
- Size: 236 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Omnilock-Test
## Scripts
```bash
# Build Script
npm run build:script
# Description: Run the build script using `prepare_scripts.sh` with the `-x` option.
# Build Lumos
npm run build:lumos
# Description: Build Lumos using `prepare_lumos.sh` with the `-x` option.
# Start Node
npm run node:start
# Description: Start CKB node on devnet using `npx ts-node scripts/start_ckb.ts`.
# Deploy Contract
npm run contract:deploy
# Description: Deploy Omnilock contract on devnet using `npx ts-node scripts/deploy_omnilock.ts`.
# End-to-End Test for Ethereum
npm run e2e:testeth
# Description: Run end-to-end tests for Ethereum with MetaMask using `e2e-test.sh`.
# End-to-End Test for Bitcoin
npm run e2e:testbitcoin-unisat
# Description: Run end-to-end tests for Bitcoin with Unisat using `e2e-test.sh`.
# End-to-End Test for Bitcoin
npm run e2e:testbitcoin-okxwallet
# Description: Run end-to-end tests for Bitcoin with Okxwallet using `e2e-test.sh`.
# End-to-End Test for Bitcoin
npm run e2e:testtron-okxwallet
# Description: Run end-to-end tests for Tron with Okxwallet using `e2e-test.sh`.