Skip to content

128-95/wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

272 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kittycash Wallet

Where one claims ownership of dem' kitties.

Test wallet

Start kitty-api

# Go into directory.
cd ${GOPATH}/src/github.com/kittycash/kitty-api

# Run with environment variable declared.
bash run_test_mode.sh

# Inject some kitties.
go run ${GOPATH}/src/github.com/kittycash/kitty-api/cmd/testcli/testcli.go

Detailed Instructions: https://github.com/kittycash/kitty-api

Start Discovery Node

go run ${GOPATH}/src/github.com/kittycash/wallet/cmd/discovery/discovery.go \
--address=":8880"

Start IKO Node in Test Mode

go run ${GOPATH}/src/github.com/kittycash/wallet/cmd/iko/iko.go \
--root-pk=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--root-sk=190030fed87872ff67015974d4c1432910724d0c0d4bfbd29d3b593dba936155 \
--root-nc=1234 \
--tx-gen-pk=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--tx-tran-pks=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--init=true \
--test=true \
--test-tx-gen-count=100 \
--test-tx-gen-sk=190030fed87872ff67015974d4c1432910724d0c0d4bfbd29d3b593dba936155 \
--cxo-address="127.0.0.1:7140" \
--messenger-addresses=":8880" 

Start Wallet Node in Test Mode

go run ${GOPATH}/src/github.com/kittycash/wallet/cmd/wallet/wallet.go \
--test=true \
--test-gen-pk=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--test-root-pk=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--test-root-nonce=1234 \
--test-api-domain="127.0.0.1:7080" \
--cxo-address="127.0.0.1:6140" \
--http-address="127.0.0.1:6148" \
--messenger-addresses=":8880"

About

KittyCash wallet - Kittery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 76.5%
  • Shell 8.6%
  • JavaScript 5.5%
  • TypeScript 5.1%
  • CSS 2.2%
  • HTML 1.6%
  • Makefile 0.5%