Уважаемые пользователи Голос!
Сайт доступен в режиме «чтение» до сентября 2020 года. Операции с токенами Golos, Cyber можно проводить, используя альтернативные клиенты или через эксплорер Cyberway. Подробности здесь: https://golos.io/@goloscore/operacii-s-tokenami-golos-cyber-1594822432061
С уважением, команда “Голос”
GOLOS
RU
EN
UA
steve-walschot
8 лет назад

GraphenePay: One application, endless possibilities [PHP|WSS|RPC - Golos-STEEM]

GraphenePay, one solution for all Graphene based blockchains.

Full PHP code to be scalable and easy to integrate on any webhost.


Any coin that runs on graphene.

Simply adapt the global configuration file to start accepting payments for your specific coin.

Dedicated URL for both payments as donations.

No more messing around with 0 values. Simply use the /pay/ or the /donatate/ URL.

Websockets or RPC, you decide!

GraphenePay offers full support for WSS connections. This ensures that even the weakest backend can run the code to offer payment solutions. Rather use your own node? Simply switch to RPC and you're good to go.

Filters and functions to ensure being live.

The route file has now some special filters that check for connectivity to the node first. This ensures that your services are always up when a customer initiates his payment.

100% decentralized.

Full open source codebase so anyone can start accepting payments on a Graphene blockchain coin.

Many improvements.

GraphenePay has been build around SteemPay, making it more scalable and lightweight.


Running on your server for demo and docs

Requirements

  • PHP (>5.5 or 7.0)
  • mcrypt enabled in your php.ini

Setup

To specify your host and port use php artisan serve --host HOST:PORT
Go to the URL printed in your console. Enjoy!

Having trouble?

Mcrypt issues.

PHP 7
sudo apt-get install mcrypt php7.0-mcrypt
PHP 5
sudo apt-get install mcrypt php5-mcrypt sudo php5enmod mcrypt sudo service apache2 restart

Permission issues

chmod -R 777 /app/storage


Global configuration file (.env.php)

PARAMETERInformation
CONNECTION_PROTOCOLSet value to RPC for a local wallet or WSS for a public node by websocket.
GRAPHENE_PUB_NODESet the public web socket address to connect to. For example, wss://steemit.com/wspa for the STEEM blockchain.
GRAPHENE_BLOCK_EXPLORERSet the correct blockexplorer for the selected chain. For example, https://www.steemd.com for STEEM.
RPC_XXX SettingsSet your local wallet RPC settings. HOST and PORT. VERSION should not be altered.
STEEMPAY_ACCOUNTThe account that should receive the payments. In most cases, this will be your account. Do not use @ !
RECEIVER_HISTORY_COUNTSets how far in the sender's history to look for. Default = 100, max = 1000 transactions.
ENABLE_DEBUGOnly set to true during testing. Never set true on a live server!

Github: https://github.com/graphenepay/graphenepay-dev

This is a functional, yet experimental code. Since all payments are made on the blockchain, funds will always be safe. Make sure to check Github for updates, as they will happen on a regular base.

I found some things in your code!

Good! Please make a pull request or contact me on steemit.chat

GraphenePay funding

All fundings will come from related posts and my witness steve-walschot. Please take your time to upvote my witness at https://steemit.com/~witnesses

Truly yours, steve.

0
120.586 GOLOS
Комментарии (3)
Сортировать по:
Сначала старые