Skip to content

Bamboo is the wallet software to interact with Tangram. It is a console program and provides you many features expected to manage your account.

Notifications You must be signed in to change notification settings

tangramproject/bamboo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tangram Bamboo wallet

Build Tangram wallet GitHub release

OS Version Architecture Supported
Ubuntu 21.10,22.04 x64 ✔️
CentOS Stream 8,9 x64 ✔️
Windows 10,11 x64 ✔️
macOS 11,12 x64 ✔️
Raspberry Pi 4 10 (buster) x64 ✔️

Some unknown operating systems are still being tested. If you are technical or would like to get your hands dirty, please go ahead and install the wallet. It won't bite 😋

Installation

Linux and macOS

For quick installation on Linux and macOS, execute the following command:

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --no-service

The following parameters can be supplied:

--help Display help

Linux Only

Running the wallet as a service:

Remember to change the username

For example:

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --runasuser <username> --runasgroup users

Linux and macOS

--uninstall Uninstall wallet

For example:

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/bamboo/master/install/install.sh) --uninstall

In some cases, macOS users might need to install gmp. The secp256k1 library depends on gmp (arbitrary precision arithmetic).

For quick installation execute the following command:

brew install gmp

If you don't have homebrew installed:

Installing Homebrew macOS

Users running Catalina, Mojave, or Big Sur, execute the following command if you don't have homebrew installed:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Windows

For some versions of Windows, you may need to install Visual C++ Redistributable.

For quick installation on Windows https://github.com/tangramproject/bamboo/releases

Once installed open Powershell/CMD in Administrative mode then type clibamwallet --configure

Safety

This software is using cryptography that has not been formally audited. While we do our best to make it safe, it is up to the user to evaluate whether or not it is safe to use for their purposes.

Contribution

Thank you for considering to help out with the source code!

If you'd like to contribute to Bamboo (CLi wallet), please know we're currently only accepting issues. If you wish to submit more complex changes though, please check up with the core devs first on [Discord Channel] (https://discord.gg/6DT3yFhXCB) to ensure the changes get some early feedback which can make both your efforts much lighter as well as review quick and simple.

About

Bamboo is the wallet software to interact with Tangram. It is a console program and provides you many features expected to manage your account.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C# 92.9%
  • Shell 6.7%
  • Other 0.4%