Author

Topic: [old thread] - RISE | DPOS | APPS & DAPPS - page 158. (Read 653326 times)

hero member
Activity: 924
Merit: 501
CryptoTalk.Org - Get Paid for every Post!
September 22, 2016, 08:09:45 PM
When you start with marketing, Just call me for portuguese translation.

All the best
full member
Activity: 149
Merit: 100
September 22, 2016, 07:46:20 PM
if rise is delisted in bittrex, its safe to say the price will be 1sat.
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 22, 2016, 06:32:45 PM
RiseVision  McVenture
                                      Hi !!!
Very good news you spread all the time,and it is evident that the work is in full swing you have on the project.Thank you!
But I have a question for you:
1.Why these news are laid out just on bitcoin talk?
2 When worthy marketing?
3 When the Rice is on other exchanges?
Thank you!

Hello @arhibalt,

To answer your questions:
1) News on RISE is not only reported on bitcointalk. In fact the best place to read what's happening with RISE is on our own RISE forum at http://forum.rise.vision
2) We will start marketing after the new Delegate Code is released and we've put out a few PoCs (Proofs of Concept).
3) We can't predict when a new exchange will list RISE.

hero member
Activity: 623
Merit: 500
Fortune favours the bold!
September 22, 2016, 12:42:10 PM
Wallet Maintenance      bittrex.com Huh


We are going to contact them if the wallet is not up and running in a couple of hours. We are also frustrated by the inconvenience. Stay patient Smiley

Please fix the wallet. This should be priority number one right now.
full member
Activity: 415
Merit: 101
September 22, 2016, 12:37:56 PM
RiseVision  McVenture
                                      Hi !!!
Very good news you spread all the time,and it is evident that the work is in full swing you have on the project.Thank you!
But I have a question for you:
1.Why these news are laid out just on bitcoin talk?
2 When worthy marketing?
3 When the Rice is on other exchanges?
Thank you!
hero member
Activity: 728
Merit: 500
Cloak Creator and Veritise - www.vcode.tech - See
September 22, 2016, 11:46:07 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Good job, but how to use it... Do you have documentation of python sdk.

Sure, here it is! Smiley

https://github.com/RiseVision/Rise-SDK-Python/wiki

Just look for the wiki tab in the Rise github for our docs.
full member
Activity: 129
Merit: 100
September 22, 2016, 11:37:35 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Good job, but how to use it... Do you have documentation of python sdk.
full member
Activity: 192
Merit: 100
September 22, 2016, 11:28:59 AM
looks like github has been very inactive. Is anyone on the team full time?
sr. member
Activity: 478
Merit: 250
September 22, 2016, 11:03:49 AM
Rise Documentation for the Node.JS, Python and C# SDK's are Published.

Rise Node.js SDK Introduction

All methods in the SDK will return an object. The object will always include "success" and "error" keys.

"success" : True or False dependent on success.
"error" : Provided when response is unsuccessful.
Each SDK entry contains an example call to help provide understanding of how to use the call. The examples also include
Code:
; use this for easy identification of what needs to be changed for the call to function.

Basics

Whenever you use the SDK you will need to import it into whatever code you are working on. After which you will need to set the host. Below is an example of importing the risesdk for use and setting the host to localhost on port 4444.
Code:
var risesdk = require("risesdk");
risesdk.nodeAddress = "localhost:4444";

Accounts



SDK methods related to Account functionality.

Open account

Request information about an account.

Code:
risesdk.api.accounts.open("", callback)



To read on and access all documentation head over to our wiki: https://github.com/RiseVision/Rise-SDK-NodeJS/wiki



good job,wish the prise go up!
full member
Activity: 196
Merit: 100
RISE Team Account
September 22, 2016, 09:55:41 AM
Rise Documentation for the Node.JS, Python and C# SDK's are Published.

Rise Node.js SDK Introduction

All methods in the SDK will return an object. The object will always include "success" and "error" keys.

"success" : True or False dependent on success.
"error" : Provided when response is unsuccessful.
Each SDK entry contains an example call to help provide understanding of how to use the call. The examples also include
Code:
; use this for easy identification of what needs to be changed for the call to function.

Basics

Whenever you use the SDK you will need to import it into whatever code you are working on. After which you will need to set the host. Below is an example of importing the risesdk for use and setting the host to localhost on port 4444.
Code:
var risesdk = require("risesdk");
risesdk.nodeAddress = "localhost:4444";

Accounts


SDK methods related to Account functionality.

Open account

Request information about an account.

Code:
risesdk.api.accounts.open("", callback)



To read on and access all documentation head over to our wiki: https://github.com/RiseVision/Rise-SDK-NodeJS/wiki


newbie
Activity: 47
Merit: 0
September 22, 2016, 09:10:19 AM
Wallet Maintenance      bittrex.com Huh


We are going to contact them if the wallet is not up and running in a couple of hours. We are also frustrated by the inconvenience. Stay patient Smiley
newbie
Activity: 349
Merit: 0
September 22, 2016, 01:23:51 AM
 Wallet Maintenance      bittrex.com Huh
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 21, 2016, 08:48:26 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Thank you very much for python SDK, I am looking forward to try it out !


Welcome xdrzrex Smiley Nice to see a Python developer here. Looking forward to your feedback.

newbie
Activity: 42
Merit: 0
September 21, 2016, 06:50:22 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.

Thank you very much for python SDK, I am looking forward to try it out !
full member
Activity: 196
Merit: 100
RISE Team Account
September 20, 2016, 02:34:39 PM
Why the OP  Risevision, hasnt been online for 3 weeks?

The OP Risevision is a team account we used mostly in the beginning. We may still use that account at times but primarily the RISE community managers will continue to maintain consistent communication with the RISE community.
 

^^

It tends to be easier for us to communicate using individual accounts as opposed to logging into the team account (RiseVision).

New website is in development and once it's released we'll be revamping the OP to match it... Also, we want to continue to encourage people to use forum.rise.vision as well as this thread.

Developer updates are almost always posted on the Rise forum before here.

hero member
Activity: 728
Merit: 500
Cloak Creator and Veritise - www.vcode.tech - See
September 20, 2016, 10:53:08 AM
Update:

Here's a link to our Python SDK.

Please do test it out and provide us with feedback.

https://github.com/RiseVision/Rise-SDK-Python

Plenty more updates to come as we roll out the entire roadmap over the coming months.

New delegate code coming very soon to open up public delegate forging.
hero member
Activity: 938
Merit: 503
👉bit.ly/3QXp3oh | 🔥 Ultimate Launc
September 20, 2016, 10:34:11 AM
Why the OP  Risevision, hasnt been online for 3 weeks?

The OP Risevision is a team account we used mostly in the beginning. We may still use that account at times but primarily the RISE community managers will continue to maintain consistent communication with the RISE community.
 

This is when the network needs some ICO middleman token.  Say we create "InvestorToken" and ten people drop $100 in BTC into the side chain.  That makes $1000.
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 20, 2016, 07:01:33 AM
I dont see on mainpage link to website,blockexplorer and richlist...please post it here.im lazy to find it out..thank you.


Website http://rise.vision  (currently being revamped and updated to post-ICO state)

Block Explorer http://explorer.rise.vision

Rich List  http://explorer.rise.vision/topAccounts




Wow,what is that top account..how can first two accounts own half of coins...is it right? it smell like big dump in the future...with 10% on the market,interesting...i keep eye on this,wish you good luck devs  Wink

The first account is the Bittrex exchange, therefore the amount on this account is not owned by one person but by all people who have RISE on the exchange combined.




Ahh...ok,sorry then for a noob status Cheesy now its much clear ...this was a market phase question and now tech...all updates i can find on blog right? now u are working on sdk phyton

Hi Gustopaz, yes you are correct, all updates can be found on the blog at the official RISE forum, definitely the best place to go to get accurate information on everything RISE.

For all the Python developers out there, the alpha version of the Python SDK for RISE is going to be released very soon on Github, mostly likely by tomorrow, just keep an eye on the RISE forum at http://forum.rise.vision

 



sr. member
Activity: 417
Merit: 250
September 20, 2016, 05:25:30 AM
I dont see on mainpage link to website,blockexplorer and richlist...please post it here.im lazy to find it out..thank you.


Website http://rise.vision  (currently being revamped and updated to post-ICO state)

Block Explorer http://explorer.rise.vision

Rich List  http://explorer.rise.vision/topAccounts




Wow,what is that top account..how can first two accounts own half of coins...is it right? it smell like big dump in the future...with 10% on the market,interesting...i keep eye on this,wish you good luck devs  Wink

The first account is the Bittrex exchange, therefore the amount on this account is not owned by one person but by all people who have RISE on the exchange combined.




Ahh...ok,sorry then for a noob status Cheesy now its much clear ...this was a market phase question and now tech...all updates i can find on blog right? now u are working on sdk phyton
sr. member
Activity: 378
Merit: 250
RISE Community Manager
September 19, 2016, 11:56:54 PM
Why the OP  Risevision, hasnt been online for 3 weeks?

The OP Risevision is a team account we used mostly in the beginning. We may still use that account at times but primarily the RISE community managers will continue to maintain consistent communication with the RISE community.
 
Jump to: