Skip to content

dave-andersen/gobbr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gobbr

Go RPC interface for Boolberry wallet and daemon.

For now, see the bbstat/bbstat.go program as an example of how to use the interface. Real docs will come soon.

The example program bbsend/bbsend.go can be used to transfer BBR to another account from the command line, and shows how to use the Transfer function.

blockinfo iterates through every block header (the slow way), calculates the total reward, and prints it out. Warning: Takes 40s or so per 1000 blocks. Slow, and mostly intended for benchmarking and testing the blockheader code.

listpayments is an incomplete example program to show information about payments received in the wallet.

COPYRIGHT

Copyright 2014 David G. Andersen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

or in the file LICENSE

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Go RPC interface for Boolberry wallet and daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages