Skip to content

samuelvisscher/wallet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kittycash Wallet

Where one claims ownership of dem' kitties.

Run IKO node in test mode

Run a node with test data and 100 kitties, where RESTful API will be served on 127.0.0.1:8080, while CXO listening port will be on 127.0.0.1:7140.

iko \
--root-public-key=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--root-secret-key=190030fed87872ff67015974d4c1432910724d0c0d4bfbd29d3b593dba936155 \
--tx-public-key=03429869e7e018840dbf5f94369fa6f2ee4b380745a722a84171757a25ac1bb753 \
--init=true \
--test=true \
--test-tx-count=100 \
--test-tx-secret-key=190030fed87872ff67015974d4c1432910724d0c0d4bfbd29d3b593dba936155 \
--cxo-address=127.0.0.1:7140 \
--http-address=127.0.0.1:8080 

About

Kittycash wallet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 77.3%
  • TypeScript 16.7%
  • CSS 3.1%
  • HTML 1.7%
  • JavaScript 1.1%
  • Makefile 0.1%