Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

**This is an Beta version and may still contain bugs. We are not responsible for any losses caused by this version.**

## Now we construct the DAICO implementation based on RICO's Proof of Donation Architecture.

Discussing on forum: https://ethresear.ch/t/explanation-of-daicos/465

## Testnet deploy to use DAICO (ropsten)

```bash
$ git clone https://github.com/DRI-network/RICO.git
$ cd RICO
$ git checkout daico-pod
$ export MNEMONIC_KEY="your mnemonic key 12 words"
$ truffle exec exec/DAICO/deploy.js --network ropsten
```

## Design Concept

RICO is a framework which forms a robust boilerplate for decentralized initial coin offerings (ICO). With RICO your ICO will be more responsible and be easier to set up and launch.
Expand Down Expand Up @@ -78,6 +92,8 @@ $ export LAUNCHER_ADDR=0x40c75eb39c3a06c50b9109d36b1e488d99aadf97
$ truffle exec exec/KickStarter/deploy.js --network ropsten
```



### Mainnet deploy

```bash
Expand Down Expand Up @@ -169,3 +185,8 @@ $ truffle test

## LICENSE
RICO is licensed under the GNU General Public License v3.0.

## Support

Ether: 0x4e3e7AFbc460d54eE67B437BEdF79f3c50DFB279

124 changes: 6 additions & 118 deletions build/contracts/AbsPoD.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,20 +122,6 @@
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
Expand Down Expand Up @@ -379,49 +365,17 @@
},
"children": [
{
"children": [
{
"attributes": {
"constant": false,
"name": "newOwner",
"scope": 20,
"stateVariable": false,
"storageLocation": "default",
"type": "address",
"value": null,
"visibility": "internal"
},
"children": [
{
"attributes": {
"name": "address",
"type": "address"
},
"id": 16,
"name": "ElementaryTypeName",
"src": "343:7:0"
}
],
"id": 17,
"name": "VariableDeclaration",
"src": "343:16:0"
}
],
"id": 16,
"name": "ParameterList",
"src": "338:2:0",
"attributes": {
"parameters": [
null
]
}
},
"children": [],
"id": 16,
"name": "ParameterList",
"src": "338:2:0"
},
{
"attributes": {
"parameters": [
null
]
},
"children": [
{
"attributes": {
Expand Down Expand Up @@ -788,72 +742,6 @@
"id": 45,
"name": "FunctionDefinition",
"src": "616:55:0"
},
{
"attributes": {
"body": null,
"constant": true,
"implemented": false,
"isConstructor": false,
"modifiers": [
null
],
"name": "getEndtime",
"payable": false,
"scope": 51,
"stateMutability": "view",
"superFunction": null,
"visibility": "public"
},
"children": [
{
"attributes": {
"parameters": [
null
]
},
"children": [],
"id": 46,
"name": "ParameterList",
"src": "691:2:0"
},
{
"children": [
{
"attributes": {
"constant": false,
"name": "",
"scope": 50,
"stateVariable": false,
"storageLocation": "default",
"type": "uint256",
"value": null,
"visibility": "internal"
},
"children": [
{
"attributes": {
"name": "uint256",
"type": "uint256"
},
"id": 47,
"name": "ElementaryTypeName",
"src": "718:7:0"
}
],
"id": 48,
"name": "VariableDeclaration",
"src": "718:7:0"
}
],
"id": 49,
"name": "ParameterList",
"src": "717:9:0"
}
],
"id": 50,
"name": "FunctionDefinition",
"src": "672:55:0"
}
],
"id": 46,
Expand All @@ -871,5 +759,5 @@
},
"networks": {},
"schemaVersion": "1.0.1",
"updatedAt": "2018-01-12T11:02:22.510Z"
"updatedAt": "2018-01-15T16:10:12.635Z"
}
2,629 changes: 245 additions & 2,384 deletions build/contracts/ContractManager.json

Large diffs are not rendered by default.

Loading