https://github.com/digixglobal/digixbot-contracts
DigixBot Contracts
https://github.com/digixglobal/digixbot-contracts
Last synced: about 1 year ago
JSON representation
DigixBot Contracts
- Host: GitHub
- URL: https://github.com/digixglobal/digixbot-contracts
- Owner: DigixGlobal
- Created: 2015-10-12T07:15:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-21T06:30:54.000Z (over 10 years ago)
- Last Synced: 2024-04-13T16:15:12.593Z (about 2 years ago)
- Language: Ruby
- Size: 200 KB
- Stars: 3
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digixbot Solidity Contracts for Ethereum

## Contents
* **DigixbotConfiguration**: Top-level configuration
* **DigixbotUsers**: User registry
* **DigixbotEthereum**: Ethereum wallet contract
* **Digixbot**: Main interface contract used by the Digixbot service
## Features
* Multi-currency Support
* All transactions are executed on-chain
## Deployment Instructions
1. Create a config.yml (see examples)
2. Make sure that you have a running geth node (testnet or mainnet)
3. Run the rake task
```
rake contracts:deploy
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/DigixGlobal/digixbot-contracts. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).