{"id":19341907,"url":"https://github.com/sumoprojects/sumowoocommerce","last_synced_at":"2025-04-23T03:32:10.246Z","repository":{"id":175774932,"uuid":"117192152","full_name":"sumoprojects/sumowoocommerce","owner":"sumoprojects","description":"Sumokoin Woo Commerce Plugin","archived":false,"fork":false,"pushed_at":"2018-05-25T18:14:32.000Z","size":160,"stargazers_count":1,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-02T07:11:38.115Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumoprojects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-12T04:26:55.000Z","updated_at":"2022-01-04T16:58:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2f9b4d6-47f7-4e3e-a9ee-6492717df4b0","html_url":"https://github.com/sumoprojects/sumowoocommerce","commit_stats":null,"previous_names":["sumoprojects/sumowoocommerce"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumoprojects%2Fsumowoocommerce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumoprojects%2Fsumowoocommerce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumoprojects%2Fsumowoocommerce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumoprojects%2Fsumowoocommerce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumoprojects","download_url":"https://codeload.github.com/sumoprojects/sumowoocommerce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250365793,"owners_count":21418751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T03:33:04.029Z","updated_at":"2025-04-23T03:32:10.227Z","avatar_url":"https://github.com/sumoprojects.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sumowoocommerce\nA WooCommerce extension for accepting Sumokoin\n\n## Dependancies\nThis plugin is rather simple but there are a few things that need to be set up before hand.\n\n* A web server! Ideally with the most recent versions of PHP and mysql\n\n* The Sumokoin wallet-cli and Sumokoin wallet-rpc tools found [here](https://sumokoin.org)\n\n* [WordPress](https://wordpress.org)\nWordpress is the backend tool that is needed to use WooCommerce and this Sumokoin plugin\n\n* [WooCommerce](https://woocommerce.com)\nThis Sumokoin plugin is an extension of WooCommerce, which works with WordPress\n\n## Step 1: Activating the plugin\n* Downloading: First of all, you will need to download the plugin. You can download the latest release as a .zip file from https://github.com/pwhelan/sumowp/releases If you wish, you can also download the latest source code from GitHub. This can be done with the command `git clone https://github.com/pwhelan/sumowp.git` or can be downloaded as a zip file from the GitHub web page.\n\n* Unzip the file Sumokoinwp_release.zip if you downloaded the zip from the releases page [here](https://github.com/pwhelan/sumowp/releases).\n\n* Put the plugin in the correct directory: You will need to put the folder named `Sumokoin` from this repo/unzipped release into the wordpress plugins directory. This can be found at `path/to/wordpress/folder/wp-content/plugins`\n\n* Activate the plugin from the WordPress admin panel: Once you login to the admin panel in WordPress, click on \"Installed Plugins\" under \"Plugins\". Then simply click \"Activate\" where it says \"Sumokoin - WooCommerce Gateway\"\n\n## Step 2: Get a Sumokoin daemon to connect to\n\n### Option 1: Running a full node yourself\n\nTo do this: start the Sumokoin daemon on your server and leave it running in the background. This can be accomplished by running `./sumokoind` inside your Sumokoin downloads folder under /Resources/bin. The first time that you start your node, the Sumokoin daemon will download and sync the entire Sumokoin blockchain. This can take several hours and is best done on a machine with at least 4GB of ram, an SSD hard drive (with at least 15GB of free space), and a high speed internet connection.\n\n### Option 2: Connecting to a remote node\n[[TODO]]\n\n## Step 3: Setup your Sumokoin wallet-rpc\n\n* Setup a Sumokoin wallet using the sumokoin-wallet-cli tool. If you do not know how to do this you can learn about it at [sumokoin.org](https://sumokoin.org)\n\n* Start the Wallet RPC and leave it running in the background. This can be accomplished by running `./sumokoin-wallet-rpc --rpc-bind-port 18082 --rpc-login username:password --log-level 2 --wallet-file /path/walletfile` where \"username:password\" is the username and password that you want to use, seperated by a colon and  \"/path/walletfile\" is your actual wallet file. If you wish to use a remote node you can add the `--daemon-address` flag followed by the address of the node. `--daemon-address node.Sumokoinworld.com:18089` for example.\n\n## Step 4: Setup Sumokoin Gateway in WooCommerce\n\n* Navigate to the \"settings\" panel in the WooCommerce widget in the WordPress admin panel.\n\n* Click on \"Checkout\"\n\n* Select \"Sumokoin GateWay\"\n\n* Check the box labeled \"Enable this payment gateway\"\n\n* Enter your Sumokoin wallet address in the box labled \"Sumokoin Address\". If you do not know your address, you can run the `address` commmand in your Sumokoin wallet\n\n* Enter the IP address of your server in the box labeled \"Sumokoin wallet rpc Host/IP\"\n\n* Enter the port number of the Wallet RPC in the box labeled \"Sumokoin wallet rpc port\" (will be `18082` if you used the above example).\n\n* Enter the username and password that you want to use in their respective feilds\n\n* Click on \"Save changes\"\n\n## Info on server authentication\nIt is reccommended that you specify a username/password with your wallet rpc. This can be done by starting your wallet rpc with `sumokoin-wallet-rpc --rpc-bind-port 18082 --rpc-login username:password --wallet-file /path/walletfile` where \"username:password\" is the username and password that you want to use, seperated by a colon. Alternatively, you can use the `--restricted-rpc` flag with the wallet rpc like so `./sumokoin-wallet-rpc --testnet --rpc-bind-port 18082 --restricted-rpc --wallet-file wallet/path`.\n\n## Donate to the sumoweb devs\nSUMO Address : `Sumoo6aEVZnMNKAyw2aZgE8b3WYmCyBdn1y5eLNh2XRdDUQoBt9gqh9cSdS4jT7Ss8Vbbn5XX5f34LDN43KVyB5X1CqUdysB4R2`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumoprojects%2Fsumowoocommerce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumoprojects%2Fsumowoocommerce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumoprojects%2Fsumowoocommerce/lists"}