|
|
hace 8 meses | |
|---|---|---|
| .env | hace 9 meses | |
| .gitignore | hace 8 meses | |
| Dockerfile | hace 8 meses | |
| Dockerfile.wallet | hace 8 meses | |
| README.md | hace 8 meses | |
| docker-compose.yml | hace 8 meses | |
| entrypoint.sh | hace 8 meses |
https://github.com/zorp-corp/nockchain
fakenet 就是测试用途的网络
docker compose up -d
docker pull ghcr.io/lushdog/nockchain-wallet:latest
docker run --rm -v ./nockchain-wallet:/root/.nockapp/wallet . ghcr.io/lushdog/nockchain-wallet keygen
这时候可以保存地址,私钥,助记词
docker run --rm -v ./nockchain-wallet:/root/.nockapp/wallet ghcr.io/lushdog/nockchain-wallet show-master-pubkey
docker run --rm -v ./nockchain-wallet:/root/.nockapp/wallet ghcr.io/lushdog/nockchain-wallet show-master-privkey
docker run --rm -v ./nockchain-wallet:/root/.nockapp/wallet ghcr.io/lushdog/nockchain-wallet show-seedphrase