Bitcoin Forum

Bitcoin => Project Development => Topic started by: MrNaif on January 06, 2020, 06:49:18 PM



Title: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on January 06, 2020, 06:49:18 PM
Hello there!
Some time ago my friend and I were trying to set up bitcoin payments for our project.
We found it not very easy to do without fees and with minimal server requirements.
But finally I found the solution to that problem, and made it an opensource project.
Now it is targeting many audiences:
  • Developers, having daemons for bitcoin and other coins, and SDK(https://sdk.bitcartcc.com) sharing same APIs for any coin, easy to create any kind of app
  • Merchants, providing ready solutions for your stores to accept cryptocurrency payments with simpliest setup
  • Server maintainers, providing simpliest setup which is basically copy pasting some commands and editing setting for yourself, with automatic updates(github -> docker hub -> end machines)
  • Anyone else wanting to try out cryptocurrencies
It is aims to use minimal system resources and provide maximum efficiency.
In fact, all demos run on one server with 1 GB RAM and 25 GB disk, also hosting other projects. ( so ~= 250-500 MB RAM, depends on selected components + ~= 3 GB disk space for docker images and data).

https://i.imgur.com/gouFmGE.png

How does that work?
Internally, at it's core, BitcartCC is just a wrapper around electrum wallet, providing consistent and stable interfaces.
So it doesn't download full blockchain, but still verifies needeed parts of it for your wallets via SPV(Simple Payment Verification).
That way it can run anywhere, including from some embedded device to powerful servers.
BitcartCC is self-hosted, and is without any third-party, so your keys-your bitcoin.
You can insert your x/y/z pub/prv or electrum seed in it and it'll just work.
When installing, you are free to install only things you need.
Are you developing your own app?
Then just install needed daemons.
Online shop?
Also pick powerful BitcartCC Merchants API, which will be enough for your shop in most cases.
Want to edit your products, add/remove discounts, configure email settings, downloadable content, watch invoices statuses? Add BitcartCC admin panel.
You have no store ready and want to start without even coding your own shop? Also add BitcartCC store template, and you're all set.
That way, more components may be added in future easily, and you can even add your own.
Diagram about how does that look when you have picked all available(for now) components:
https://i.imgur.com/SP5kOHf.png
We also support lightning network easily, your BitcartCC core acts as a lightning node.
Examples of stuff created with it:
For example, atomic swaps bot, supporting multiple currencies, fully opensource:
On telegram: @bitcart_atomic_tipbot
Source code:
https://github.com/MrNaif2018/bitcart-sdk/blob/master/examples/atomic_tipbot/bot.py
Full explanation how it works:
https://github.com/MrNaif2018/bitcart-sdk/blob/master/examples/atomic_tipbot/README.md
You can see more examples here:
https://github.com/MrNaif2018/bitcart-sdk/blob/master/examples

Note, this project is still in alpha stage, but with the power of our community it will get way better!
We are open to all your ideas, suggestions or contributions!
Links:
Github:
https://github.com/MrNaif2018/bitcart
https://github.com/MrNaif2018/bitcart-sdk
https://github.com/MrNaif2018/bitcart-admin
https://github.com/MrNaif2018/bitcart-frontend
https://github.com/MrNaif2018/bitcart-docker
https://github.com/MrNaif2018/bitcart-docs
Official site with key features listed:
https://bitcartcc.com
Docs:
https://docs.bitcartcc.com
SDK docs:
https://sdk.bitcartcc.com
Demos:
https://admin.bitcartcc.com (Admin panel)
https://store.bitcartcc.com (Store template)
https://demo.bitcartcc.com (API)
Communities:
Telegram: https://t.me/bitcartcc
Discord: https://discord.gg/8H2Sfdh
Twitter: https://twitter.com/BitcartCC

===================================================================================
Note: for those already seen similar thread, it is full reborn and rebranding of BitcartCC, old thread will be left for historical purposes.
===================================================================================
Thanks to ThomasV, and other creators of electrum wallet, without it it coudn't exist.
Thanks to fellow bitcoinians who helped us! We appreciate your comment and help.
Here are the people who helped us in our early learning process.

pooya87 https://bitcointalk.org/index.php?topic=4675338.msg42192404#msg42192404 , https://bitcointalk.org/index.php?topic=5062441.msg47536549#msg47536549
gentlemand https://bitcointalk.org/index.php?topic=4849637.msg43730558#msg43730558
LeGaulois https://bitcointalk.org/index.php?topic=4849637.msg43731727#msg43731727
shield132 https://bitcointalk.org/index.php?topic=4849637.msg43731960#msg43731960
OmegaStarScream https://bitcointalk.org/index.php?topic=5049531.msg46824331#msg46824331
hdtqisg https://bitcointalk.org/index.php?topic=5049531.msg46827739#msg46827739
Bergqvist https://bitcointalk.org/index.php?topic=5049531.msg46899183#msg46899183
AdolfinWolf https://bitcointalk.org/index.php?topic=5049833.msg46847968#msg46847968
mmo_online_1981 https://bitcointalk.org/index.php?topic=5049833.msg46951970#msg46951970
MadGamer https://bitcointalk.org/index.php?topic=5063890.msg47638168#msg47638168
mocacinno https://bitcointalk.org/index.php?topic=5063890.msg47638420#msg47638420
ETFbitcoin https://bitcointalk.org/index.php?topic=5065037.msg47672772#msg47672772
Zin-Zang https://bitcointalk.org/index.php?topic=5065037.msg47676670#msg47676670
HeRetiK https://bitcointalk.org/index.php?topic=5065037.msg47677068#msg47677068
bob123 https://bitcointalk.org/index.php?topic=5065037.msg47696157#msg47696157
Wind_FURY https://bitcointalk.org/index.php?topic=5065037.msg47725827#msg47725827
khaled0111 https://bitcointalk.org/index.php?topic=5092782.msg49032127#msg49032127
Heisenberg_Hunter https://bitcointalk.org/index.php?topic=5092782.msg49040673#msg49040673
BitMaxz https://bitcointalk.org/index.php?topic=5092782.msg49053041#msg49053041
Abdussamad https://bitcointalk.org/index.php?topic=5092782.msg49057412#msg49057412
Lucius https://bitcointalk.org/index.php?topic=5092782.msg49065938#msg49065938
hamburger https://bitcointalk.org/index.php?action=profile;u=20856 (in pm)

Thank you so much. We are hungry for ideas, suggestions and contributions. Please write to us here or telegram group.


Title: Re: BitcartCC - your all-in-one crypto solution
Post by: MrNaif on January 08, 2020, 01:43:11 PM
Removed redundant whitespaces and now email sent on successful payment has subject!
Note, if any of the bought products have download url, it'll be displayed instead of "It'll ship shortly!"
https://i.imgur.com/3oaMQda.png
All of of these is configurable using store email settings(email icon in admin panel):
https://i.imgur.com/OZVHFpp.png


Title: Re: BitcartCC - your all-in-one crypto solution
Post by: MrNaif on January 18, 2020, 10:07:05 AM
We now have easy lunanode setup!
Special thanks to lunanode support for helping in creating this!
Host your admin panel and ready store for one or more cryptocurrencies, now for just 3.5$ a month!
https://launch.bitcartcc.com
https://youtu.be/9BTYj-SVl4M
https://github.com/MrNaif2018/launchbitcartcc
https://i.imgur.com/9yb9KRR.png


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on January 20, 2020, 07:04:33 PM
We now have woocommerce plugin to integrate payments with BitcartCC into your existing stores!
https://i.imgur.com/5iHZEfN.mp4
https://i.imgur.com/Mf0Zn9V.png


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on January 22, 2020, 08:56:32 PM
BitcartCC plugin for WooCommerce now available!!! Check it out!
https://wordpress.org/plugins/bitcartcc-for-woocommerce/


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on January 24, 2020, 05:05:49 PM
Walkthrough through the  BitcartCC  admin panel done! Look at full explanation of how to create your first store!
Overview over lots of the supported features!
https://docs.bitcartcc.com/bitcartcc-basics/walkthrough
https://i.imgur.com/2IWSH3U.png
https://i.imgur.com/gouFmGE.png


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on February 04, 2020, 05:40:37 PM
New update! Check it out!
You can now specify a default currency for your store, and create invoices in many supported currencies right from your admin panel! Checkout will display the exchange rate!
https://pbs.twimg.com/media/EP8o37-X0AMn5K2?format=jpg&name=large
https://pbs.twimg.com/media/EP8o374WkAAWqzX?format=jpg&name=large


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: iluvbitcoins on February 05, 2020, 09:28:27 PM
I can't seem to find which coins you support other than bitcoin.

"Current lunanode 1-click installer would cost you 3.5$ a month to host BitcartCC with all components(admin, store) and from 1 to 5 cryptocurrencies for the same price, still being light."


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on February 06, 2020, 04:21:34 AM
You can look at them in lunanode installer. Or by looking at daemons/ directory in the main repo(all .py files excludibg base.py)
Coins supported are BTC, BCH(partially for now), LTC, GZRO, BSTY.


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: hybrixDev on February 06, 2020, 06:16:49 AM
New update! Check it out!
You can now specify a default currency for your store, and create invoices in many supported currencies right from your admin panel! Checkout will display the exchange rate!
https://pbs.twimg.com/media/EP8o37-X0AMn5K2?format=jpg&name=large
https://pbs.twimg.com/media/EP8o374WkAAWqzX?format=jpg&name=large

Looks great! props!


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on February 06, 2020, 01:37:59 PM
Looks great! props!
Thank you very much! We look forward to hearing the feedback and which nice things should be implemented next!
If anyone has telegram you can vote in our poll, or write what do you think should be added next here(you can view the poll without registering):
https://t.me/bitcartcc/1333


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on February 07, 2020, 07:42:21 PM
I am currently adding new features for superusers of BitcartCC instances(server owners).
What could be added? Share your ideas. Easy update in one click, daemon management, something else?

https://i.imgur.com/1Vf7aOW.png


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on February 08, 2020, 06:19:38 PM
Disable user registration, discourage site from indexing, view connected daemons information, manage users and perform server cleanup and update in just one click!
Coming in the next update!

https://i.imgur.com/TSo5x9M.png


Title: Re: BitcartCC - your opensource all-in-one crypto solution
Post by: MrNaif on April 02, 2020, 04:38:08 PM
Sorry for not updating recently, I had some isssues with my hard drive, so I was finding a replacement, reinstalling everything, etc. I promise this won't happen anymore!
Now, to the good news.
New update is out!
Main change in this update is authorization system, which:
Fixes many existing and future bugs hard to investigate and fix
Decreases maintenance spent on the system itself, which allows adding new features faster
Improves integrations and gives more possibilities for creating your own apps around your instances' BitcartCC Merchants API
(Technical details: we switched from JWT tokens to usual tokens with OAuth scopes, more below)
Now tokens aren't refreshed, but now you can control tokens of your account!
In profile page(user icon in the top right side of the any page->Profile) you'll be able to delete, view and create API Tokens(API Keys)
Each token can be restricted to access only certain parts of your account, via permissions system!
When creating a token, you'll be able to select which permissions to grant to that token, or even provide only partial access(like access only to store A and B, but not C)
Also, those permissions can be granted by a third-party app or site instead, visit
/authorize page on your instance to see it
Authorization request is a powerful way of granting third-party apps and sites access to your instance, allowing many new usecases, like custom design admin panels, invoice automation and tracking tools, automatic discount creation tools and many more-no limitations!
Example of authorization request URL can be seen above
Other changes:
Added new /crud/stats endpoint to fetch all stats at once, which means you'll get stats in your admin panel faster and with less bandwidth!
One more important change is, all endpoints used by store POS are now fully or partially public, which means there is no need to type in store email, password and id in our installer wizards!
(Technical details: /stores/{storeid} endpoint will return only partial data of the store, like store name and display email. Store email server settings aren't retrieved and only store owner can access full data)
Also a new policy is added, you can edit store id for the POS(i.e. https://store.bitcartcc.com) right from admin panel!
Also, interactive API docs(swagger) are now moved from /docs to / (redoc docs are still at /redoc)
So no more confusion not found pages!
Also fixed a memory leak in admin panel, upgrade is recommended to everyone!
See https://demo.bitcartcc.com!
All demos updated as usual!
Full changelog from telegram: https://t.me/bitcartcc/1679
Have a good day and #STAY HOME