Bitcoin Forum
June 17, 2024, 04:20:41 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  Print  
Author Topic: [ANN] ✨ OneLedger ✨ A Business Modularization Blockchain Protocol  (Read 23567 times)
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
March 02, 2019, 03:17:37 PM
Last edit: April 13, 2019, 09:32:51 PM by mprep
 #41

the team already started its work in the right direction. I like their activity. this proves the possibility of reaching a high level

Thank you for your kind words and valuable support. We appreciate that. Glad you like our developments.  Smiley



Newsletter 14 — Roadmap, Dev Meet-Up Highlights and much more

https://medium.com/oneledger/newsletter-14-roadmap-dev-meet-up-highlights-and-much-more-97fbc410917b

Hello OneLedger Community,

Through this newsletter, we would like to provide you with an update regarding the following departments: Development, and Marketing and Community.


------------ ------------ ------------ ------------




1. In our last sprint, the team focused on OneExplorer bug fixes and enhancing the data stream for the OneExplorer.
We also worked on the One-Click Deployment, Chain Driver Engine and streamlining the Smart Contract Deployment.
More details: https://medium.com/oneledger/oneledger-v0-8-4-update-52a8587add5

2. The OneLedger Roadmap for 2019 is now live.



3. We would like to introduce the latest addition to the OneLedger team, Steven Yan. Steven will be working as a DevOps Engineer at OneLedger.
To know more, https://medium.com/oneledger/meet-the-oneledger-team-11-steven-yan-224bb57fff8f

4. The desktop version of OneExplorer BETA is now available, click here to test it. The explorer has the capability to view Accounts, Blocks and Transactions on a full web view.
We are currently working towards a mobile view and will also be looking to add a Contract view and also expose Swaps in the future.
To be a part of this BETA and provide valuable feedback/suggestions, fill this   https://docs.google.com/forms/d/1KD3PR0VIqhbiGIuPtPoBhtbPWiqQ6Sqf4QqNuqkTCk0/viewform?edit_requested=true

More details: https://medium.com/oneledger/oneledger-v0-8-3-release-1d6f316552df?__s=bm8frpxjoabap7sjykua




------------ ------------ ------------ ------------




1. OneLedger held its first Developer Meet-Up on February 13, 2019. Check out the highlights of our event.
Blog:  https://medium.com/oneledger/oneledger-developer-meet-up-highlights-b9cfff494309

Video: https://www.youtube.com/watch?v=jjNREW0I3zs



Video: https://www.youtube.com/watch?v=jjNREW0I3zs




https://medium.com/oneledger/newsletter-14-roadmap-dev-meet-up-highlights-and-much-more-97fbc410917b





OneLedger statement regarding Crypto Briefing’s Code Review

https://medium.com/oneledger/oneledger-statement-regarding-crypto-briefings-code-review-95642c83d240



Hello Community,


We would like to thank Andre and the Crypto Briefing team for their honest and unbiased review.
It is very important for OneLedger and the Blockchain industry to have third parties review their code and we appreciate the time and effort you have given our project.


However, such unbiased reviews sometimes miss the active work projects are doing, which OneLedger feels may have happened in this case.
Since our initial MVP, we have reprioritized our roadmap to focus on fundamental blockchain functionality, ensuring that our transaction management, account management, validator creation and Smart Contracts are in place prior to working on our cross-chain use cases.
This has also allowed us to spend more time to work on two of our core pieces of functionality, the Chain Driver Engine and the Side Chains.
The Chain Driver Engine and Side Chains together will extend our Atomic Swap capabilities and allow for easy adoption of new Blockchains into the OneLedger ecosystem, making our goal for supporting 10 Blockchains, by the end of 2019, a reality.
To be clear, our current implementation for the Atomic Swap is still based on our MVP code, because we plan to extend it in 2019.


For the 6 months between our MVP release and the launch of our testnet, we primarily focused on core blockchain functions and our JavaScript Smart Contracts.
It would have been trivial to support an Ethermint implementation with Solidity as our Smart Contract language.
However, to ensure that we are true to our community, we embarked on the path less travelled, by implementing our own protocol and working considerably on our OneLedger Virtual Machine (OLVM).
OLVM supports JavaScript as it’s Smart Contract language, to appeal to a larger developer community for building Dapps. One of the most exciting features on the OLVM is the ability to support off-chain JavaScript Libraries.
This will decrease the size of the OneLedger Smart Contracts substantially. For OneLedger Smart Contracts, developers will not have to copy all the code from other libraries into their Smart Contracts, inflating the size and requiring more gas,
which is still a requirement for Ethereum but rather can just reference libraries available to our validators. The code for the OLVM can be found here.
https://github.com/Oneledger/protocol/tree/master/node/olvm


For our Testnet, we also built an interim staking capability for launching Validator Nodes based on a Validator Token, keeping in mind that we will be building the full staking functionality in the second half of 2019.
Based on our experience with other blockchain Testnet releases, we also built in the capability to stake and un-stake, that way our testnet doesn’t crash when validators go offline.
Along with the validator feature we built in fees for executing transactions and deploying Smart Contracts, which validators can collect.


One of the other projects we started during this six month period is our OneExplorer. The OneExplorer required supporting infrastructure to retrieve data from the blockchain.
We built an Application Blockchain Interface (ABI) and Remote Procedure Call (RPC), that work together to feed data to the OneExplorer. We released our OneExplorer Beta in the first week of February.
Our repo for the OneExplorer is still private as we are in Beta and are still optimizing some features, but you can view it at https://oneledger.network


Although we agree with several parts of Crypto Briefing’s article, such as keeping our GitHub Repo up-to-date, and that our current Atomic Swap functionality is
still based on our MVP code, this doesn’t negate all the work the OneLedger team has completed over the six month period after our MVP launch.


Feel free to reach out to us on our official Telegram channel https://t.me/oneledger

Sincerely,

Alex Lan
Co-Founder & Blockchain R&D

https://medium.com/oneledger/oneledger-statement-regarding-crypto-briefings-code-review-95642c83d240



OneLedger v0.9.0 Update


https://medium.com/oneledger/oneledger-v0-9-0-update-2da3c9813403





In our last sprint, we enhanced the OneExplorer further by adding a relational database to house Accounts, Blocks and Transactions, to make our data requests faster and not burden the blockchain node with these requests.
In addition, we are continuing our work on the Chain Driver Engine and we have also started building components for our OneWallet and are still working on our OneClick Deployer.


The list of changes includes:

--OneExplorer
-Features

-Explorer Database Setup and Configuration
-Stream Data now leverages new DB
-Blockchain Data is persisting in OneExplorer DB

--OneExplorer Bug Fixes

Explorer Block Height KPI was behind by 1 block


--Protocol
-Features

-Upgraded Tendermint version to 0.30.1
-Chain Driver Engine: Create Contracts on Bitcoin and Ethereum networks
-OneClick Deployer: Build Process Automation


--OneWallet
-Features

-Created Micro Service framework
-Developed Micro Service for Balance Query



In the next sprint, we will concentrate more on Protocol features that will help optimize our P2P Connection and clean up some tech-debt incurred since Chronos Launched.
We will also continue to work on the Chain Driver Engine.

NOTE: After the release for 0.9.0, we will be resetting the Chronos network and purging the current data.
This is so that we can run more tests on Chronos and ensure it’s stability.


--New Release Management Structure


OneLedger has a new release process. We will continue to update our Master Branch on GitHub on a bi-weekly basis.
However, on a Quarterly basis, we will mark a build as a Release Candidate and work with our partners to ensure they update their nodes to the Protocol version for the most recent Release Candidate.
This means Chronos will be updated on a quarterly basis.


We are doing this to streamline our release process and structure it for our partners and community. We are starting this process with version 0.9.0.
 For example, after v0.9.0, our next Chronos update will take place on v0.10.0, while we keep pushing the biweekly updates i.e. v0.9.1, v0.9.2 and so on.


https://medium.com/oneledger/oneledger-v0-9-0-update-2da3c9813403



Hello Community,

If you would like to see OLT available on the PolisPay Debit Card, then please follow the instructions listed in the Tweet below, and comment with * #BringToPolisPay $OLT *

Let's win this

https://twitter.com/polispayapp/status/1105559400406634496




OneLedger forms a strategic partnership with ContractLand

https://medium.com/oneledger/oneledger-forms-a-strategic-partnership-with-contractland-d504afb7a167

OneLedger is proud to announce a partnership with ContractLand. ContractLand is a Canadian company built for the decentralized exchange of
cryptocurrencies in a multi-chain ecosystem.



ContractLand is built on top of Terra chain, a high performing (>3000TPS) blockchain specifically designed for DEX, which is powered by their own cross-chain protocol Terra-Bridge.
Terra-Bridge enables cross-chain transfer across different public blockchains.

OneLedger is a new generation of cross-chain protocol that provides an efficient cross-chain engine. It helps individuals and businesses achieve cross-chain transactions through side-chains.
At the same time, OneLedger also provides SDK development tools for enterprise developers. It can be used to build business modules that serve multiple business purposes.
All interactions with the public and private chains occur on the side-chain, which greatly increases the efficiency and security of the cross-chain interactions.

The two companies will leverage their resources to accelerate their development for cross-chain technology and assist each other in overlapping topics.
Both teams will collaborate in various online and offline marketing initiatives as well.

ContractLand Lead Developer, Peter He said: “OneLedger is a very solid project. The Development team of OneLedger has put in a lot of good work.
Both teams have their own unique specialties and this partnership offers a great opportunity to combine the best part of the two teams altogether.
More importantly, ContractLand and OneLedger share the same vision for the future of blockchain technology. Both projects believe the key to further popularize this technology is to solve the interoperability and scalability of the current blockchain systems.
We believe that collaborating with OneLedger will help both projects grow dynamically.”

“The team at ContractLand is very talented. We are confident that the technical departments at both companies can help each other to speed up the development and create a mutually beneficial environment.
The two teams aim to extend their technologies and boost the process of mass adoption.” Said David Cao, the Founder and CEO at OneLedger.

We are proud to collaborate with ContractLand and look forward to working with the team.

https://medium.com/oneledger/oneledger-forms-a-strategic-partnership-with-contractland-d504afb7a167



Newsletter 15 — Biweekly updates


https://medium.com/oneledger/newsletter-15-biweekly-updates-dcdf6d488027


Hello OneLedger Community,

Through this newsletter, we would like to provide you with an update regarding the following departments: Development, Marketing and Community, and Partnerships.

-----------



1. In our last sprint, we enhanced the OneExplorer further by adding a relational database to house Accounts, Blocks and Transactions, to make our data requests faster and not burden the blockchain node with these requests.
In addition, we are continuing our work on the Chain Driver Engine and we have also started building components for our OneWallet and are still working on our OneClick Deployer.
More details : https://medium.com/oneledger/oneledger-v0-9-0-update-2da3c9813403

2. Here is OneLedger’s official statement regarding Crypto Briefing’s code review.
Blog : https://medium.com/oneledger/oneledger-statement-regarding-crypto-briefings-code-review-95642c83d240


-----------




1. If you would like to see OLT available on the PolisPay Debit Card, then please follow the instructions listed in the Tweet below, and comment with *#BringToPolisPay $OLT*

Let’s win this!!
Tweet : https://twitter.com/polispayapp/status/1105559400406634496



2. Last 16 days for you to earn bonuses of up to 35%. Check out the OLT Incentive Lock-Up Program launched by GWEI Network for more details.
More details: https://medium.com/@gweinetwork/gwei-network-launches-an-olt-incentive-lock-up-program-4bb887c07f16



-----------




1. OneLedger is proud to form a strategic partnership with ContractLand.

ContractLand is a Canadian company built for the decentralized exchange of
cryptocurrencies in a multi-chain ecosystem.

More details: https://medium.com/oneledger/oneledger-forms-a-strategic-partnership-with-contractland-d504afb7a167



https://medium.com/oneledger/newsletter-15-biweekly-updates-dcdf6d488027
@pih@dut
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
March 18, 2019, 12:11:16 AM
 #42

OneLedger is a universal blockchain protocol that acts as a gateway between enterprise systems and all of the other public / private chains.
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
March 20, 2019, 06:42:17 PM
Last edit: April 13, 2019, 09:33:53 PM by mprep
 #43

We would like to thank The Blockchain Hub for inviting our Founder & CEO, David Cao as a guest speaker during the Certified Blockchain Professional course held at the York University in Toronto.






Meet the OneLedger Team: 12 — Pavan Kappara


https://medium.com/oneledger/meet-the-oneledger-team-12-pavan-kappara-aad19d24249


A new team member on the Development side has boarded the OneLedger Team.



Pavan Kappara will be working as the Architect and Dev Manager.

Pavan has over ten years of experience working in different software development roles. He has been a part of a gaming startup and helped them architect and build a cross-casino gaming platform.
He has also helped big retail companies in India launch into e-commerce space with novel omni-channel solutions. Some of his employers over the last ten years include Disney Interactive Studios, SecureKey Technologies Inc., and Lithium Technologies.
Pavan is a self-driven individual who enjoys solving challenging technical problems and has some interesting thoughts to share about the blockchain industry.


We can relate blockchain to the World Wide Web during the early ’90s. The blockchain is fundamental in the growth of the next phase of technology evolution.
This upcoming technology is going to be a game-changer and disrupt many industries. The critical part here is to understand how blockchain can trigger mass adoption, and it feels good to realize that my vision aligns with OneLedger’s vision: enterprise adoption will bring in mass adoption.
I’m very excited to be a part of an energetic team aiming to create history — Pavan Kappara.


Pavan will provide architectural leadership for the OneLedger product(s) as well as oversee the operations on the Dev side to ensure that the correct measures are being taken to reach our end goal.
OneLedger has a big promise to deliver on and it is critical to ensure that the development is headed in the right direction. Our team realizes the importance of matching the expectations with reality and ensuring a smooth and reliable execution.


According to Pavan, “Blockchain isn’t a solution to everything, but it can serve as a catalyst for that next stage of evolvement. In the future, I can clearly envision many Blockchain protocols evolving and solving the problem of decentralized technology coexisting with the centralized world.
And as far as interoperability goes, this can open a whole new world of possibilities, which was not even envisioned before. Interoperability, which is one of the key features of OneLedger, can be used in many enterprise applications.
For example, using OneLedger to connect enterprises to track the flow of assets between them.”


Pavan’s favourite quote is “Everybody has a plan until they get punched in the mouth — Mike Tyson”. It is these punches that our team has to be vigilant about and keep moving towards our target no matter how many ups and downs we have.

The OneLedger team is very excited to have Pavan on board and take us closer to our vision.


https://medium.com/oneledger/meet-the-oneledger-team-12-pavan-kappara-aad19d24249



OneLedger v0.9.2 Update

https://medium.com/oneledger/oneledger-v0-9-2-update-44518d63a971



In our last sprint, we focused on the Wallet, Chain Driver, Build Automation and some technical debt.

The list of changes includes:

--Protocol

-Features

Chain Driver Engine: Implement RPC call for Ethereum
Optimized P2P connection for Validator Nodes
Setup Ansible for Devnet
Setup Terraform for Devnet on GCP
Re-evaluate Serialization methodology for Golang

-Bugs

data.Coin.String() was printing 0 when the currency was set to OLT


--Wallet

-Features

On-Boarding Flow: Generate mnemonic words from JS Library
In the next sprint, we will still be working on some tech debt, specifically on our serialization methodology and we will begin preparations for load testing our network.

NOTE: After the release for 0.9.0, we have reset the Chronos network and purging the current data. This is so that we can run more tests on Chronos and ensure it’s stability.

--New Release Management Structure


OneLedger has a new release process. We will continue to update our Master Branch on GitHub on a bi-weekly basis.
However, on a Quarterly basis, we will mark a build as a Release Candidate and work with our partners to ensure they update their nodes to the Protocol version for the most recent Release Candidate.
This means Chronos will be updated on a quarterly basis.

We are doing this to streamline our release process and structure it for our partners and community.
We are starting this process with version 0.9.0. For example, after v0.9.0, our next Chronos update will take place on v0.10.0, while we keep pushing the biweekly updates i.e. v0.9.1, v0.9.2 and so on.

https://medium.com/oneledger/oneledger-v0-9-2-update-44518d63a971
frcat
Full Member
***
Offline Offline

Activity: 1162
Merit: 101


View Profile
March 25, 2019, 04:14:18 AM
 #44

Do you have a staking system? I mean some staking system where voters can vote for masternode candidates etc and earn OLT by staking? This system have Tomochain right now and this working great as I see  Roll Eyes
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
March 26, 2019, 07:31:15 PM
Last edit: April 13, 2019, 09:35:15 PM by mprep
 #45

We are happy to kickstart the Toronto Blockchain Week with Polymath Network and Crypto Chicks on April 22, 2019.


Tickets are free  Wink


We hope to see you at UnMeetup  Smiley


Register now :    https://www.eventbrite.ca/e/untraceable-unmeetup-toronto-blockchain-week-kickoff-tickets-59190670890?aff=ebdssbdestsearch





Meet the OneLedger Team: 13 — Harshad Patil


https://medium.com/oneledger/meet-the-oneledger-team-13-harshad-patil-a56ffe5d448b


OneLedger is growing at a fast pace. In about a year, our Dev team has almost increased three times in size.
It is critical for our team to maintain momentum during the ups and downs of the blockchain market.





To speed up our protocol development, we have added another Protocol Developer, Harshad Patil, to our team.
Harshad recently moved to Toronto, Canada, in search of opportunities in the tech space.
Harshad is originally from Mumbai, India, where he has acquired tons of experience as a software developer.
He finished his Master’s of Technology back in 2012 from one of the most prestigious universities in India, IIT Bombay.
Since then, he has worked in the software sector for reputed companies such as Olacabs, Goibibo and Pocket52.
Harshad has over 8 years of experience in development environments such as Golang, RubyOnRails, Python and NodeJS.
He is extremely committed towards his profession and is keen to make a mark in the blockchain world.


Harshad has been involved in the blockchain space for a couple of years now and has made contributions towards some open source Golang projects.
“I have studied the blockchain space for some time now as a hobby, but I believe now is the time to transform that hobby into a full-time job and fully focus on it,” said Harshad.
Harshad’s experience in Golang is beneficial to OneLedger as the OneLedger protocol is based on the same language.


Harshad’s main focus at OneLedger will be to work on the protocol and enhance the functioning of our platform. He will also collaborate on the development of
some critical components to establish high-level security and improve the network.
His top priority right now is to ensure the stability of the Testnet, and later focus on the functionalities associated with the mainnet.


We are proud to welcome Harshad Patil to our team. Are you?


https://medium.com/oneledger/meet-the-oneledger-team-13-harshad-patil-a56ffe5d448b




Get your questions ready   Smiley

The OneLedger team will be hosting an AMA on April 8, 2019.

Mark your calendars ️







Guess who is on the other side?  Smiley  Shocked








SPOILER ALERT

The person on the other side is on the computer screen  Smiley

One of the biggest and best names in the blockchain world  Cool



This is your last chance to participate in the OLT Incentive Lock-Up Program. Earn bonuses of up to 35% while hodling.
The program officially closes on March 31, 2019 at 11:59pm EST.

Instructions:
Blog - https://medium.com/@gweinetwork/gwei-network-launches-an-olt-incentive-lock-up-program-4bb887c07f16   

Video - https://www.youtube.com/watch?v=dcEqbvTSBHs






A huge shoutout to Blockchain Brad for interviewing the OneLedger team. A great Q&A session illustrating how OneLedger aims to simplify business adoption and the future of OneLedger. A must watch

 Cool Cool Cool



VIDEO:



https://www.youtube.com/watch?v=3rF9QGNHQAU





https://www.youtube.com/watch?v=3rF9QGNHQAU



Newsletter 16 — Biweekly updates


https://medium.com/oneledger/newsletter-16-biweekly-updates-d0e1f5c41307


Hello OneLedger Community,

Through this newsletter, we would like to provide you with an update regarding the following departments: Development, and Marketing and Community.


-------- -------- -------- -------- --------





1. In our last sprint, we focused on the Wallet, Chain Driver, Build Automation and some technical debt.
More details: https://medium.com/oneledger/oneledger-v0-9-2-update-44518d63a971

2. Meet Pavan Kappara, the Software Architect at OneLedger.
Full article: https://medium.com/oneledger/meet-the-oneledger-team-12-pavan-kappara-aad19d24249

3. Meet Harshad Patil, the Protocol Developer at OneLedger.
Full article: https://medium.com/oneledger/meet-the-oneledger-team-13-harshad-patil-a56ffe5d448b

4. We are currently hiring for the following positions:
a) Software Development Engineer  https://oneledger.workable.com/j/F15D57DD0C?viewed=true&__s=bm8frpxjoabap7sjykua
b) Full-stack Developer   https://oneledger.workable.com/j/F555464BC8?viewed=true&__s=bm8frpxjoabap7sjykua



-------- -------- -------- -------- --------







1. The Blockchain Hub invited our Founder & CEO, David Cao, as a guest speaker during the Certified Blockchain Professional course held at the York University in Toronto, Canada.






2. Our Team will be hosting an AMA on April 8, 2019, on Telegram. Join us to interact with the core team and ask us any questions you may have.
Telegram channel: https://t.me/oneledger





3. OneLedger will be kickstarting the Toronto Blockchain Week by co-hosting a meetup with Polymath and Crypto Chicks.
Join us for an evening filled with lots of activities and an abundance of knowledge to take home.
The tickets are free. We hope to see you at UnMeetup.
To register, https://www.eventbrite.ca/e/untraceable-unmeetup-toronto-blockchain-week-kickoff-tickets-59190670890?aff=ebdssbdestsearch





4. Last day for you to earn bonuses of up to 35% is March 31, 2019. Check out the OLT Incentive Lock-Up Program launched by GWEI Network for more details.
Instructions: https://medium.com/@gweinetwork/gwei-network-launches-an-olt-incentive-lock-up-program-4bb887c07f16


https://medium.com/oneledger/newsletter-16-biweekly-updates-d0e1f5c41307
frcat
Full Member
***
Offline Offline

Activity: 1162
Merit: 101


View Profile
April 01, 2019, 07:54:45 PM
 #46

I have asked about staking system... But didnt get answer... May be your didnt notice and must make your updates smaller? As this is hard to notice usual post...
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 01, 2019, 07:57:37 PM
Last edit: April 13, 2019, 09:36:31 PM by mprep
 #47

Meet the OneLedger Team: 14 — Kerry Husbands


https://medium.com/oneledger/meet-the-oneledger-team-14-kerry-husbands-3d1b8370e9a8


OneLedger aims to launch its Mainnet by Q4 2019. As we move closer towards this important milestone, it is essential for us to balance both the business and the technical aspects.
To strengthen our business team, we have recruited Kerry Husbands. Kerry will be working as the President and Director at OneLedger.







Kerry is a KPI-driven business development professional with an entrepreneurial spirit, tenacious attitude, and extensive experience in strategizing and executing a broad range of partnership initiatives.
He also has experience leading sales operations for companies like Rentokil Initial, Ozone Wireless Inc. and Bitt.
Kerry’s sales experience and leadership qualities will be instrumental for OneLedger in developing business strategies and onboarding clients looking to adopt blockchain technology.



Kerry has been involved in the blockchain arena since 2015 and is well aware of the applications of this technology in the future.
“I honestly believe that blockchain is the next step in the evolutionary timeline of technology. I also believe that technology should improve the livelihood of mankind, and that is what OneLedger will achieve.
So being a part of this organization would be an honour.” Said Kerry.



Kerry’s role at OneLedger involves providing strong leadership to successfully achieve short and long term goals and also to manage all resources effectively to enable the team to become the benchmark
for interoperability through blockchain. He said, “The reason why social media is so successful is literally due to the ‘social’ aspect. As humans, we inherently desire to connect with each other in some way.
It is only logical that the technology in which we create does the same. Because of this, interoperability is a natural progression. The more we create the more we wish to connect.”



Kerry strongly believes that OneLedger as a technology can be utilized in every industry. It is only a matter of time before the enterprises start adopting our technology.



In his spare time, Kerry enjoys working out and listening to music. He loves playing sports and is a big fan of Warriors (basketball) and Manchester United (soccer).



We are proud to welcome Kerry Husbands to the OneLedger team and look forward to working with him.




https://medium.com/oneledger/meet-the-oneledger-team-14-kerry-husbands-3d1b8370e9a8



I have asked about staking system... But didnt get answer... May be your didnt notice and must make your updates smaller? As this is hard to notice usual post...

We’re still working on the Staking  methodology, so atm this has not been decided.



---------- ---------- ---------- ----------



Hello Community,

We would like to bring to your attention, that as of April 1, 2019, Paul W. Homer will no longer be operating in the role of the CTO at OneLedger.
Since January 1, 2019, Paul’s duties were being transitioned to our team members, and now we are ready to take this journey forward without him.
During the past 3 months, we have hired several developers who will help us execute on our vision.
Paul has decided to pursue other opportunities, and we fully respect that. We would like to thank him for all his services, and wish him success for his future endeavours.



---------- ---------- ---------- ----------







The OneLedger protocol bridges the gap for enterprise applications by providing native connectivity to any centralized or decentralized system, allowing for seamless communication.

Would you like to learn more?

Join us for a Telegram AMA on April 8, 2019 from 11am-12pm ET.









OneLedger VM (OLVM) runs JavaScript Smart Contracts, which makes it easy for the developer community to get started.

Would you like to know more?

Join us for a Telegram AMA on April 8 from 11am-12pm ET








The OneLedger Protocol will bring a true emergence of decentralization by decentralizing the exchanges.


Would you like to learn more?


Join us for a Telegram AMA on April 8 from 11am-12pm ET.







Would you like to know more about OneLedger's Chain Driver Engine and the technicalities involved?

Tune in to our Telegram AMA on April 8 from 11am ET to 12pm ET



https://t.me/oneledger

https://t.me/oneledger




The OneLedger Telegram AMA will begin in 15 minutes.

We hope to see you there



https://t.me/oneledger

https://t.me/oneledger



OneLedger v0.9.4 Update



https://medium.com/oneledger/oneledger-v0-9-4-update-1065e1156020







In our last sprint, we focused on the Performance Testing, Docker Update, Technical Debt and Wallet Front-end.


The list of changes includes:


--Protocol v0.9.4

-Features

Configuration Management Changes within the Protocol
Configuration detailed comments
Serialization for Persistent Data for client-side
Optimize deployment for Chronos
Merkle Tree database commit method adjust


--Wallet

-Features

Storing and managing the Keystore file



In the next sprint, we are finishing up our serialization changes, centralized logging and load testing on Devnet.

NOTE: After the release for 0.9.0, we have reset the Chronos network and purging the current data. This is so that we can run more tests on Chronos and ensure it’s stability.




New Release Management Structure


OneLedger has a new release process. We will continue to update our Master Branch on GitHub on a bi-weekly basis. However, on a Quarterly basis, we will mark a build as a Release
Candidate and work with our partners to ensure they update their nodes to the Protocol version for the most recent Release Candidate. This means Chronos will be updated on a quarterly basis.



We are doing this to streamline our release process and structure it for our partners and community. We are starting this process with version 0.9.0. For example, after v0.9.0,
our next Chronos update will take place on v0.10.0, while we keep pushing the biweekly updates i.e. v0.9.1, v0.9.2 and so on.



https://medium.com/oneledger/oneledger-v0-9-4-update-1065e1156020





For those who missed the Telegram AMA, here is a quick recap


https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b


On April 8, 2019, two members from the OneLedger team, David Cao (Founder & CEO) and Aly Kassam (Director of Product) held an AMA on Telegram.


The OneLedger community actively participated in the AMA. It was an hour filled with lots of interesting questions and discussions relating to the development,
vision, marketing and yes, when exchanges? We would like to sincerely thank everyone who participated in this AMA and our entire community for continuously supporting
us during these stages of development and company growth.





We have listed some questions and answers below for those who missed the AMA. If you have more questions regarding this or any other topic, feel free to message
 us on our Telegram channels (https://t.me/oneledger) and our team will be happy to help you.





----------------   ----------------   ----------------   ----------------




DEVELOPMENT →


Why interoperability is important for blockchain projects?

David: The interoperability would make blockchains work together instead of working as isolated islands.

Aly: In addition to David’s response, imagine the internet when it was first founded. It was scattered intranet’s hosted by the governments and universities, with little to no communication
between each other. We see this as a problem that the Blockchain world is facing at present. In the next tier of Blockchains, this will change and will require
 blockchains to speak with one another, to exchange information and/or trigger actions on one blockchain based on data in another. That's why it’s super important to have interoperability.




I have a question about the supported blockchains in Q4 with mainnet. Once you mentioned in your meetup in Toronto that your mainnet will support 10 blockchains,
 then when you did the interview with Brad you mentioned that the mainnet will support 5 blockchains, what I want to know which one is true when you release it by Q4?


Aly: I appreciate you watching my interview with Brad. Our goal is to have 10 Blockchains by the end of the year. We are working on a design where if we could
 launch 2–3 blockchains, other blockchains would be a cake walk. Our Chain Driver support is completely extendable and capable of doing this. Keep in mind Ethereum and
 Bitcoin are the most complex, after which most other Blockchains are based on their architecture.




Can someone explain what it means to have 10 Blockchains?

Aly: OneLedger is an interoperable blockchain, which means that we have the capability of bridging the different blockchains together.
We built an MVP in June of last year demonstrating the capability of connecting ETH to BTC through an Atomic Swap. We are now extending that capability and scaling it to support more blockchains.




What governance do you plan to implement that is the Crux of the network?

Aly:
We will have 3 categories of governance

1. Software upgrades
2. Parameter upgrades
3. General Community opinions on various concerns




When will you announce the minimum amount of staking? Please specify a minimum amount. This will allow people to buy more tokens.
If you say that anyone can even be staking with 1 OLT, it won’t impact on the price.

David:
You are right, staking is a very important part of the token economy, we would design it professionally and release it soon.




How much will they pay to validators? They will pay the stakers too? How much? Are you sure, that they will be ready to pay enough amount since first-day mainnet launch?

Aly:
We are working on the Token Economics model and how much each validator will stake in the coming months. We will release this info by the end of Q2.




Is it possible to have Mainnet ready before the scheduled date?

Aly:
Our Development team is working hard to release mainnet as soon as they can. We are also entertaining multiple different feature sets for mainnet to be launched on time.
If any pan out to having OneLedger launch mainnet earlier than expected, we would definitely consider it. For me, I obviously would love to be early to market.




OLT is currently erc20 token. When do we have to swap tokens?

Aly:
The token swap will happen after mainnet.




How long can OneLedger run with the funds from the ICO?

David:
We do have enough funds to support the sustainable development of the product.




Will you renew the website? I think OneLedger deserves a better website.

Aly:
LOL Deng you are of the same mindset as me, Sahir, and Edwin. We are working on it, and it’s currently in the design phase. Hopefully, you will see it soon.




How are you related to PChain and how do you benefit from each other?

Aly:
PChain is a partner that we are collaborating with on multiple levels. As mentioned, they will help us in hosting nodes as well we have some technical collaborations with regards to interoperability, in 2019.




MARKET →

Do you have a plan to increase the price of the token?

David:
The price of the token isn’t under our control. It depends on the supply and demand, and market conditions. However, we are confident in the long term strength of our company, and we do believe our token price will gradually increase over time.




Will you announce a new high volume exchange like Binance? Can’t you see that this is necessary?

David:
Binance is one of the best exchanges in the world at the moment. We could not comment on exchanges at this point. We have several strategies in
place leading up to the mainnet launch, and you guys won’t be disappointed.




You mentioned that exchanges are your priorities, what happened to that? We do need a tier 1 exchange, not a small one.

David:
Yes Fares, the exchanges will happen. We have to hit those exchanges at the correct time in order to sustain our token price.




How do you interpret that the market cap falls from $15m to $1m?

David:
The overall crypto market cap has decreased from $800 billion to $180 billion over the course of 1 year. A lot of tokens have lost value.
The important thing here is to ensure that our company has funds for a long time and survives through this bear market. We are fully focused on building a stable product with real-world use cases.




I think you’re right about that so if the value of OLT token is connected to the product, when will you start to announce partnerships with big companies?

David:
We are in talks with several companies. Our main focus is the supply chain industry at the moment. We are also targetting industries where our cross-chain capabilities will be highly
utilized. The product is still under development, and we cannot disclose any names until the deals are finalized due to legal issues.




Do you have a market maker for creating volume on exchanges?

David:
We cannot comment on using a market maker. We are doing what we can to make the OLT market more efficient and create more organic volume. However, we are not creating fake volume as many other projects do.




----------------   ----------------   ----------------   ----------------




We hope you enjoyed reading the Q&A. The entire session went on for a little over an hour. Our team thoroughly enjoyed this AMA and looks forward to the next one.




On a side note, the OneLedger team is co-hosting an event with Polymath and CryptoChicks on April 22, 2019. If you are in the Toronto area, feel free to drop by.
The registration is now open and the tickets are free. We hope to see you there
https://www.eventbrite.ca/e/untraceable-unmeetup-toronto-blockchain-week-kickoff-tickets-59190670890?aff=ebdssbdestsearch



https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b

gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
April 11, 2019, 08:32:42 AM
 #48

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 13, 2019, 05:12:59 PM
Last edit: April 13, 2019, 05:34:00 PM by OneLedger
 #49

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?

Please look above or click : https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b .
Thank you for your interest.





A huge shoutout to Robert Beadles aka CryptoBeadles for interviewing the OneLedger team.
Catch all the company insights from our Founder & CEO, David Cao, and the Director of Product, Aly Kassam. A must watch!!


Interview : https://www.youtube.com/watch?v=7YpgavyHJR8





Interview : https://www.youtube.com/watch?v=7YpgavyHJR8
gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
April 13, 2019, 08:49:00 PM
 #50

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?

Please look above or click : https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b .
Thank you for your interest.

Interview : https://www.youtube.com/watch?v=7YpgavyHJR8[/size][/b][/center]

Thank you, but the answers seems so poor. There is any etail information about staking, about partnerships. just general answers...  Undecided
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 18, 2019, 12:21:35 AM
 #51

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?

Please look above or click : https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b .
Thank you for your interest.

Interview : https://www.youtube.com/watch?v=7YpgavyHJR8[/size][/b][/center]

Thank you, but the answers seems so poor. There is any etail information about staking, about partnerships. just general answers...  Undecided

If you want more detailed information Please feel free to ask us. I will provide you a detailed answer for your questions.



------- ------- ------- -------

 


Hey everyone. Thank you for your massive support.

In this video, we would like to show you what are some of the activities we indulge in, here at OneLedger.

Video : https://www.youtube.com/watch?v=8f3j50udX6A



Video : https://www.youtube.com/watch?v=8f3j50udX6A
gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
April 19, 2019, 11:10:55 AM
 #52

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?

Please look above or click : https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b .
Thank you for your interest.

Interview : https://www.youtube.com/watch?v=7YpgavyHJR8[/size][/b][/center]

Thank you, but the answers seems so poor. There is any etail information about staking, about partnerships. just general answers...  Undecided

If you want more detailed information Please feel free to ask us. I will provide you a detailed answer for your questions.


Which system will you have? POS or DPOS? And what is the min requiments for run a masternode? I mean amount of tokens?
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 19, 2019, 04:48:59 PM
 #53

When and where will be available AMA which you had few day ago? I mean where i can read answers about this AMA?

Please look above or click : https://medium.com/oneledger/recap-of-the-telegram-ama-74033990aa7b .
Thank you for your interest.

Interview : https://www.youtube.com/watch?v=7YpgavyHJR8[/size][/b][/center]

Thank you, but the answers seems so poor. There is any etail information about staking, about partnerships. just general answers...  Undecided

If you want more detailed information Please feel free to ask us. I will provide you a detailed answer for your questions.


Which system will you have? POS or DPOS? And what is the min requiments for run a masternode? I mean amount of tokens?


The testnet is live and it's dPoS + PBFT based. The mainnet will also be DPoS + PBFT but instead of having masternodes, OLT has introduced a similar concept called validators
but their selection is dynamic so as to maximize their number across all the chains for better participation, security, stability etc.

OneLedger consensus in the early phase allows everyone to run a node. Later on, staking amounts of tokens will be required to assume quality and commitment.




-----------------   -----------------   -----------------   -----------------




The OneLedger blockchain is dPOS (Delegated Proof of Stake).

As we move closer to our Mainnet launch, here are some key terms you may want to keep in mind






pi9x
Jr. Member
*
Offline Offline

Activity: 41
Merit: 10


View Profile
April 20, 2019, 07:20:17 AM
 #54


The OneLedger blockchain is dPOS (Delegated Proof of Stake).

As we move closer to our Mainnet launch, here are some key terms you may want to keep in mind





Interesting! Thanks for the infographic!
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 20, 2019, 07:28:19 AM
 #55

OneLedger v0.9.6 Update



In this sprint, we focused on creating a Centralized Logging and Technical Debt.

The list of changes includes:

Protocol v0.9.6

Features

  •    Serialization of Network and Client Data
  •    Setup, Configured and Deployed ELK stack for visualizing Error Logs
  •    Refactored Error Logging
  •    Refactored Common Package
  •    Decoupled RPC from Full Node and CLI

In the next sprint, we are focused on Load Testing and ensuring our Centralized Error Logging is fully functional.

NOTE: After the release for 0.9.0, we have reset the Chronos network and purging the current data. This is so that we can run more tests on Chronos and ensure it’s stability.


New Release Management Structure

OneLedger has a new release process. We will continue to update our Master Branch on GitHub on a bi-weekly basis. However, on a Quarterly basis, we will mark a build as a Release Candidate and work with our partners to ensure they update their nodes to the Protocol version for the most recent Release Candidate. This means Chronos will be updated on a quarterly basis.

We are doing this to streamline our release process and structure it for our partners and community. We are starting this process with version 0.9.0. For example, after v0.9.0, our next Chronos update will take place on v0.10.0, while we keep pushing the biweekly updates i.e. v0.9.1, v0.9.2 and so on.
gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
April 24, 2019, 11:57:59 AM
 #56

As i know Fusion is making a cross-chain blockchain for business too. Do you have advantages before this project (Fusion)? And which ones?
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 27, 2019, 11:07:59 PM
 #57

As i know Fusion is making a cross-chain blockchain for business too. Do you have advantages before this project (Fusion)? And which ones?

I don't know much about Fusion and the difference but here's what OneLedger is looking to accomplish

• ability to move business traffic into sidechain with high performance
• ability to deploy and migrate DApp with ease
• enablement of cross-chain access and consensus through OneLedger protocol
• standardized communication between DApps within OneLedger protocol
asset identification and transparent flow such as asset registration, donation process
• BaaS offering to help users create business modules with open source DApps within the business
portal ie. Supply chain and eCommerce flow (Catalog, cart could be built as service and hooked up
flexibly)
• help businesses and individuals with AI support and flow optimization
• transparency and traceability of process through tagging of business flows




---------------  ---------------  ---------------  ---------------





The OneLedger Co-Founder and Managing Director, Edwin Zhang, is participating in the Community Roundtable at Blockhack TO.
Come say hi






gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
April 30, 2019, 03:09:22 PM
 #58

Can you give example why some big real companies will be interesting in Oneledger? How will they use Oneledger in real business and how Oneledger can help sove their problem?
OneLedger (OP)
Copper Member
Newbie
*
Offline Offline

Activity: 113
Merit: 0

OneLedger Technology Inc.


View Profile WWW
April 30, 2019, 09:25:09 PM
 #59

Can you give example why some big real companies will be interesting in Oneledger? How will they use Oneledger in real business and how Oneledger can help sove their problem?


In-depth Summary of OneLedger

Overview:
OneLedger is a blockchain protocol that acts as a gateway between enterprise systems and all of the other public/private chains. It natively supports cross-chain transactions and has business modules that can drive sophisticated processing like atomic swaps between other chains. OneLedger is a truly universal protocol that provides a one-stop solution for enterprise blockchain applications in the form of modules. The smart contract built on OneLedger Protocol is a true cross-chain smart contract.

The primary use case of OneLedger is to allow centralized enterprises to extend their markets via decentralized technologies. A primary pain-point that they face is the setup and integration of different chains like Bitcoin, Ethereum and other great public/private chains in the future. Instead of having to install lots of different chains to access their capabilities, enterprises only need to install the OneLedger gateway. OneLedger will manage their identities and accounts, and provide easy connectivity to their existing systems. As well, they can pick trusted business modules from the marketplace and use them to simplify their interactions

As the name OneLedger literally implies, the project is not a single blockchain, but rather an ecosystem of interconnected blockchains. It is possible to deploy a customizable private/public sidechains with their own consensus algorithms, which will communicate with each other being interoperable with the main chain.

Since OLT design takes care of different configurable algorithm, the tps is described as elastic because realistically, it is a range starting from around Tendermint’s performance on the low end, going up to maybe just a pure P2P fault tolerance on the high end.

Consensus:
Currently, the MVP is PoS. The testnet is live and it's dPoS + PBFT based. The mainnet will also be DPoS + PBFT but instead of having masternodes, OLT has introduced a similar concept called validators but their selection is dynamic so as to maximize their number across all the chains for better participation, security, stability etc.

OneLedger consensus in the early phase allows everyone to run a node. Later on, staking amounts of tokens will be required to assume quality and commitment.

Token:
OLT is a utility token which is used to perform transactions on the OneLedger platform. The token is currently an ERC-20 token but will be migrated over to the OneLedger protocol when mainnet launches in 2019. Some of the use cases of OLT include:
- Users use OLT for payment of network fee to use any service on the platform.
- Network supporters (nodes) receive OLT as network fee.
- Developers need OLT to deploy their application on the OneLedger platform.






-------------   -------------   -------------   -------------   -------------




Newsletter 18 — Biweekly updates


https://medium.com/oneledger/newsletter-18-biweekly-updates-5712e06d5c84


Hello OneLedger Community,

Through this newsletter, we would like to provide you with an update regarding the following departments: Development, and Marketing and Community.







1. In our last sprint, we focused on creating a Centralized Logging and Technical Debt.
More details:  https://medium.com/oneledger/oneledger-v0-9-6-update-9de325c9c842?__s=xxxxxxx

2. The OneLedger blockchain is dPOS (Delegated Proof of Stake).

As we move closer towards our Mainnet launch, here are some key terms you may want to keep in mind.




3. We are currently hiring for the following positions:
a) Software Development Engineer   https://oneledger.workable.com/j/F15D57DD0C?viewed=true&__s=bm8frpxjoabap7sjykua
b) Full-stack Developer   https://oneledger.workable.com/j/F555464BC8?viewed=true&__s=bm8frpxjoabap7sjykua






1. Would you like to see our office environment? Click on the video below to get a glimpse of our workspace.

https://www.youtube.com/watch?v=8f3j50udX6A&feature=youtu.be



https://www.youtube.com/watch?v=8f3j50udX6A&feature=youtu.be



https://medium.com/oneledger/newsletter-18-biweekly-updates-5712e06d5c84
gembira
Hero Member
*****
Offline Offline

Activity: 1610
Merit: 508



View Profile
May 01, 2019, 02:53:29 PM
 #60

Do you have any real companies which interesting in Oneledger? Since you have testnet, have some of this companies have been tested Oneledger?
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!