Skip to content

jayanh/proposal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaincoin Proposal Generator

http://www.chaincoin.org

How to install

git clone https://github.com/jayanh/proposal.git proposal

Start

  1. Enter the folder proposal
  2. Use the command composer install, to install chaincoin/php-api;

To install composer:

  1. Update the file vendor/chaincoin/php-api/settings.php with the ip, port, user e password of your rpc-wallet; Example: 'host' => "127.0.0.1", 'port' => "21995", 'user' => "user", 'pass' => "password"
  2. start service: under proposal folder php -S xxx.xxx.xx.xxxx:3000 ( xxx is ip and 3000 is port, you can change the port)

Notes

You'll need some web server (apache/nginx), or you can use php buil-in server

If you would like to contribute feel free to do so! If you have any questions you can find us on the Chaincoin Discord at https://discord.gg/NabdcJ7

About

ChainCoin Governance Proposal Generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 91.1%
  • CSS 8.9%