Author

Topic: We are Oasis Network - Ask us anything (Read 518 times)

newbie
Activity: 1
Merit: 0
May 09, 2024, 01:46:10 AM
#44
Hello, I have been looking around but I couldn't find anything about a descriptive differences between the Oasis Networks, Sapphire, Emerald, etc. It says that emerald is evm compatible and sapphire supports evm. So, what's the difference? Isn't it just the same? Thank you.
newbie
Activity: 1
Merit: 0
October 27, 2022, 11:12:59 AM
#43
 Does Sapphire interact with Metamask the same way as Emerald from the developer, and user point of view?
newbie
Activity: 4
Merit: 0
October 27, 2022, 08:51:07 AM
#42
Hi guys, thanks for the AMA!

Is privacy on Sapphire optional? Which elements of the transaction are private? Last but not least, can someone clarify the difference between sapphire, emerald, ciper and parcel?
newbie
Activity: 6
Merit: 0
October 06, 2022, 12:00:45 PM
#41
I read that undercollateralized loans would be possible with Cipher and Sapphire paratime. What would happen in the event of possible liquidation?
Even if someone has a perfect credit score, it doesn't mean he can't liquidated. What will happen if a person can't return borrowed funds to a supplier if there is no enough collateral?
newbie
Activity: 1
Merit: 0
October 06, 2022, 05:27:38 AM
#40
If in the case that we did Join the ambassador's program, what benefits and how will the ambassador's grow with the Oasis Network
newbie
Activity: 2
Merit: 0
October 05, 2022, 11:51:27 PM
#39
Is there a way to do a native eth_call without wrapping it into sapphire? wrap?
 What is my use case here: We have self-hosted the graph node that is performing read-only calls to contracts, so now is it failing with invalid call format: invalid packed call
newbie
Activity: 1
Merit: 0
October 05, 2022, 06:54:47 PM
#38
Is it possible to call a function of the contract without revealing my public address?
newbie
Activity: 3
Merit: 0
October 05, 2022, 05:51:14 PM
#37
The Oasis Network is based on Tendermint Core or on Cosmos SDK? What key differences the Oasis network has from the Cosmos (Atom) Network?
newbie
Activity: 1
Merit: 0
October 05, 2022, 02:14:57 PM
#36
How does the Sapphire ParaTime ‘talk to’ the EVM?
newbie
Activity: 6
Merit: 0
October 05, 2022, 01:00:51 PM
#35
There was a huge debacle with tornado cash, I am guessing the larger aim here is privacy compliance to both adhere to regulations while also protecting and preserving the privacy of your userbase?
Sapphire enables far more than just private transactions like tornado cash. Sapphire dapps can be entirely public or entirely confidential as well as the entire spectrum in between. By giving developers the choice of which aspects they wish to hide they can build dapps that best suit their respective needs. For example a dex could hide slippage parameters while keeping all trades entirely public they would be able to be MEV resistant but still entirely public. We expect that these are the type of use cases the majority of dapps built on sapphire will target
newbie
Activity: 5
Merit: 0
October 05, 2022, 12:52:17 PM
#34
Can a submission for the hackathon be a "backend only" delivery (smart contracts with its corresponding API and documentation), or must it be a full dApp including frontend?

Yes, it can! Here are the requirements to participate in the Keep it Confidential Hackathon:

-Provide a short summary of your project, including a description of what it is and how you want to evolve it
-Provide a link to your code repository for judging and testing. Code must be open sourced.
-Provide smart contract deployment links
-Include a video (less than 5 minutes) that shows how your project works and why you built it. Videos must be uploaded to YouTube, Vimeo or a similar site and made public.

Learn more and join the hackathon today: https://oasisprotocol.org/hackathon
newbie
Activity: 6
Merit: 0
October 05, 2022, 12:48:50 PM
#33
Can you illustrate with an example how privacy works? For example, will not ensuring privacy create a permission criteria? How can something be permissionless and yet confer confidentiality?
Node operators on Sapphire are required to run trusted hardware which acts as a black box so that even they can not see the confidential data. Other than that the network operates in the same permissionless as any other blockchain network
newbie
Activity: 5
Merit: 0
October 05, 2022, 12:43:39 PM
#32
Does smart contracts provide privacy by hiding the transaction address, amount and hash keys?

With Sapphire, the contract creator decides which aspects of state are confidential. Smart contracts on Sapphire can have anywhere from full confidentiality to none at all! Learn more at https://medium.com/oasis-protocol-project/get-to-know-sapphire-the-industry-first-confidential-evm-paratime-f26ee0327e74
newbie
Activity: 6
Merit: 0
October 05, 2022, 12:39:48 PM
#31
How hard is it to port over a smart contract from Ethereum over to Oasis Network? Preferably on Sapphire once it hits mainnet.
It is extremely easy. Sapphire is almost entirely EVM compatible. Here is a step by step guide to deploy your smart contract on sapphire https://docs.oasis.io/dapp/sapphire/quickstart
newbie
Activity: 5
Merit: 0
October 05, 2022, 12:36:37 PM
#30
Hi guys, thanks for the AMA!

Is privacy on Sapphire optional? Which elements of the transaction are private? Last but not least, can someone clarify the difference between sapphire, emerald, ciper and parcel?

This is a great question, and one we get asked a lot.

Sapphire enables developers to build smart contracts that keep private aspects of state. Depending on which aspects a developer chooses to keep private, the contracts can be built to range the entire spectrum of confidentiality, from fully public to fully confidential. Sapphire is a potent new tool for Solidity developers and can greatly expand what kinds of Web3 DApps can be built.

The potential use cases for confidential DApps are still being discovered, and we are just scratching the surface. What is clear is there is a real need for confidentiality in Web3 technology. The current state of public blockchains, especially EVM chains where many developers build, does not lend itself to Web3.

With Sapphire, we are opening up a new world of possibilities for blockchain to scale to Web3, but we are doing it with the backing of Solidity developers. If you would like to be one of the first to build a confidential DApp in Solidity, head over to our Keep it Confidential Hackathon page here!
newbie
Activity: 4
Merit: 0
October 05, 2022, 12:35:19 PM
#29
Just wondering, how will gas work when everything is confidential??🤔

Currently, gas works the same as in a standard EVM. This means that gas usage is a potential side channel through which private data could leak, similar to traditional side channels based on timing or other resources. This means that developers need to be careful if they have smart contracts whose execution is dependent on the value of confidential data. Mitigation techniques are similar to that for timing side channels--e.g., constant time algorithms.
newbie
Activity: 5
Merit: 0
October 05, 2022, 12:29:39 PM
#28
What kind of project you think should be create on web3 first time? Thanks

When considering building with confidentiality, there are many web3 applications that are well-suited for Sapphire.. Here are just a few areas that have a strong need for privacy and confidentiality:

DeFi: Adding confidentiality to DeFi enables novel features that have been requested in the Web3 community for a long time. For example with a DEX on Sapphire, it’s possible to keep certain aspects of transactions private. You could conceal the slippage parameters set and make an MEV-resistant DEX since there would be no way for sandwich attacks to take place.

Gaming: There is a lot of value to be added to the Web3 gaming sector by incorporating confidentiality, as most popular Web2 games often have some private components. Due to the transparency that exist with current blockchain networks, it is impossible to have these confidential features on-chain.  To maintain transparency, and keep secrecy in gaming and games of chance, a lot of the game has to move to off-chain environments. This has trade-offs as once the confidential aspects are moved to off-chain environments, they lose the high integrity that blockchain offers. With Sapphire, Web3 games will not have to make these trade-offs as the data can be stored privately on-chain.

NFTs: Sapphire’s confidentiality features could help by enabling more sophisticated auction mechanisms to be deployed. This would make for a much less chaotic and more fair minting and auction mechanism for NFT sales. Oasis also offers Confidential NFTs on Sapphire, where NFTs can also ascribe ownership of data which only they have access to. These NFTs provide added functionality and use cases for NFTs towards a Web3 world.

DID: Decentralized identity can revolutionize the Web3 space as people’s identities can be used across the internet without fear of an invasion of their privacy.
Social: Social applications can benefit massively from Web3, but we have yet to see meaningful adoption. A lot of this is due to issues with building a truly decentralized Web3 social platform. Sapphire’s confidentiality can solve some of those problems. For example on current blockchain networks, users can not choose who can and cannot see their profile or content. With Sapphire and confidential smart contracts, it becomes possible as these smart contracts can keep certain aspects hidden depending on set parameters.
newbie
Activity: 6
Merit: 0
October 05, 2022, 12:28:42 PM
#27
Can I send 100 rose to a contract while hiding the fact that is was 100 rose? Meaning that the amount of rose my address has, and the amount of rose the contract has, and the amount of rose the transaction has are all hidden? I was testing a basic contract on testnet with a very simple deposit and withdraw function and the transaction/user/contract amounts were visible throughout.
Rose by default is entirely public on Sapphire. In order to do this you would need to create a wrapping contract which hides this transaction data.
newbie
Activity: 4
Merit: 0
October 05, 2022, 12:28:08 PM
#26
Can someone share me what is the difference between sapphire, emerald, ciper and parcel?

These are different offerings from Oasis that developers can use to build on Oasis' unique technology. Emerald, Cipher and Sapphire are ParaTimes on the Oasis Network that each offer different features for devlopers. Emerald is an EVM compatible environment, while Cipher and Sapphire both offer support for confidential smart contracts. Cipher supports Oasis wasm-based smart contracts, while Sapphire supports EVM. Parcel is a data governance platform also built by Oasis.
newbie
Activity: 6
Merit: 0
October 05, 2022, 12:21:01 PM
#25
How does a confidential smart contract fundamentally differ from tools/coins such as Monero for example?

Monero and Zcash are “privacy coins,” concerned with facilitating anonymous and untraceable transactions. Instead, Oasis is focused on data privacy, supporting applications that need to process sensitive data. Privacy coins serve an important, but narrow purpose. Confidential paratimes can support a wide range of use cases beyond anonymous transactions.

There are some big differences compared to each of those, both in the overall architecture of the network and the security design. To start, let's first explore the overall architecture to highlight how confidentiality is being protected in the Oasis network architecture. On a high level, the Oasis network introduces a notion of ParaTimes which are their own blockchains sharing security with the consensus layer. The consensus layer itself is not confidential and does not support user-uploadable smart contracts. Its core function is to manage everything that is needed to support ParaTimes. In stark contrast, Monero and Zcash are privacy coins at the consensus layer and do not aim to support general confidential smart contracts.
newbie
Activity: 5
Merit: 0
October 05, 2022, 12:20:15 PM
#24
Thanks for sharing this information about the latest development on Oasis Network. We all know, there are many blockchain networks these days. Why we should use Sapphire than other top blockchain networks? And What's the advantage of Sapphire over Emerald, Cipher, and Parcel?

Sapphire is the first confidential EVM-compatible Network. This means that it is the only network where developers can build Smart Contracts in Solidity which can hide aspects of state. This can added flexibility for developers will lead to many numerous performance benefits and improvements in the user experience when interacting with these dapps. Use cases can be seen in a variety of sectors like DeFi, Gaming, NFTs, Decentralized Identity, and Social applications. Just as web2 was empowered by privacy protocols like HTTPS, we believe web3 will be propelled forward from these new functionalities.

The advantage to Sapphire over some Emerald, or Cipher, depends on what type of enviroment and features the developer is looking for. For solidity devs looking to incorporate confidentiality feature, Sapphire is the ideal ParaTime. I hope this helps!
newbie
Activity: 4
Merit: 0
October 05, 2022, 12:18:43 PM
#23
How expensive will txs be on Sapphire vs Emerald?

https://www.reddit.com/r/CryptoCurrencies/comments/xqf5g1/comment/iqd9rna/?utm_source=share&utm_medium=web2x&context=3
This is ultimately up to the node operators who run nodes for Sapphire and Emerald.

They should be roughly the same as the Emerald network (99% cheaper than Ethereum)
newbie
Activity: 6
Merit: 0
October 05, 2022, 12:12:29 PM
#22
I will like to know, which technology is Sapphire using to compute privacy ? How different is it from Secret Network's programmable privacy with TEE ?

Sapphire uses TEEs to compute privacy. The major difference from Secret Network would be that Sapphire is EVM compatible allowing for popular developer tools like Truffle, Hardhat, and MetaMask.
newbie
Activity: 21
Merit: 0
October 05, 2022, 12:01:41 PM
#21
There was a huge debacle with tornado cash, I am guessing the larger aim here is privacy compliance to both adhere to regulations while also protecting and preserving the privacy of your userbase?
newbie
Activity: 2
Merit: 0
October 05, 2022, 11:25:55 AM
#20
Can someone share me what is the difference between sapphire, emerald, ciper and parcel?
newbie
Activity: 1
Merit: 0
October 05, 2022, 11:03:26 AM
#19
How hard is it to port over a smart contract from Ethereum over to Oasis Network? Preferably on Sapphire once it hits mainnet.
newbie
Activity: 2
Merit: 0
October 05, 2022, 10:47:19 AM
#18
Can I send 100 rose to a contract while hiding the fact that is was 100 rose? Meaning that the amount of rose my address has, and the amount of rose the contract has, and the amount of rose the transaction has are all hidden? I was testing a basic contract on testnet with a very simple deposit and withdraw function and the transaction/user/contract amounts were visible throughout.
newbie
Activity: 2
Merit: 0
October 05, 2022, 09:55:34 AM
#17
Does smart contracts provide privacy by hiding the transaction address, amount and hash keys?
newbie
Activity: 1
Merit: 0
October 05, 2022, 09:50:36 AM
#16
Could Sapphire be used as or considered as a confidential DSN? If so please explain?
Generally asking, what area do you think that Oasis Network as a whole specializes in? DeFi, NFT, DATA Tokenization? or are they equally catered to?
newbie
Activity: 1
Merit: 0
October 05, 2022, 09:40:37 AM
#15
Hi guys, thanks for the AMA!

Is privacy on Sapphire optional? Which elements of the transaction are private? Last but not least, can someone clarify the difference between sapphire, emerald, ciper and parcel?
newbie
Activity: 2
Merit: 0
October 05, 2022, 09:35:53 AM
#14
Just wondering, how will gas work when everything is confidential??🤔
newbie
Activity: 21
Merit: 0
October 05, 2022, 07:02:06 AM
#13
How does a confidential smart contract fundamentally differ from tools/coins such as Monero for example?

I'd like to know that as well, my own speculation is that after reading the opening post, confidential smart contracts would give users protection from front-running. I'd imagine that there would also be more utility than simple coins on a consensus network.
newbie
Activity: 2
Merit: 0
October 05, 2022, 03:15:19 AM
#12
What kind of project you think should be create on web3 first time? Thanks
newbie
Activity: 1
Merit: 0
October 05, 2022, 12:38:27 AM
#11
Can you illustrate with an example how privacy works? For example, will not ensuring privacy create a permission criteria? How can something be permissionless and yet confer confidentiality?
hero member
Activity: 1428
Merit: 506
October 04, 2022, 08:56:42 PM
#10
Thanks for sharing this information about the latest development on Oasis Network. We all know, there are many blockchain networks these days. Why we should use Sapphire than other top blockchain networks? And What's the advantage of Sapphire over Emerald, Cipher, and Parcel?
sr. member
Activity: 966
Merit: 274
October 04, 2022, 08:49:18 PM
#9
How does a confidential smart contract fundamentally differ from tools/coins such as Monero for example?
newbie
Activity: 2
Merit: 0
October 04, 2022, 07:36:17 PM
#8
May I ask, how do you think privacy and data storage features of Web3 can empower society?
newbie
Activity: 2
Merit: 0
October 04, 2022, 07:13:17 PM
#7
 How expensive will txs be on Sapphire vs Emerald?
newbie
Activity: 10
Merit: 0
October 04, 2022, 04:26:32 PM
#6
I will like to know, which technology is Sapphire using to compute privacy ? How different is it from Secret Network's programmable privacy with TEE ?
newbie
Activity: 21
Merit: 0
October 04, 2022, 02:43:54 PM
#5
For someone coming into the system where can I get a testnet token to use on sapphire?

I think there's a testnet faucet, saw one in their discord. One second [I'm... not sure why I wrote one second since it's not like we're chatting live]

There ya go https://faucet.testnet.oasis.dev/
newbie
Activity: 1
Merit: 0
October 04, 2022, 02:16:58 PM
#4
Now that Sapphire is being released, what role will Emerald play moving forward? What advantage is there to deploying on Emerald instead of Sapphire?
newbie
Activity: 22
Merit: 0
October 04, 2022, 02:10:01 PM
#3
For someone coming into the system where can I get a testnet token to use on sapphire?
newbie
Activity: 6
Merit: 0
October 04, 2022, 01:54:24 PM
#2
Can a submission for the hackathon be a "backend only" delivery (smart contracts with its corresponding API and documentation), or must it be a full dApp including frontend?
newbie
Activity: 4
Merit: 0
October 04, 2022, 01:11:30 PM
#1
We are Oasis - the leading privacy-enabled, layer-1 blockchain. Our backers include Polychain, Pantera, Dragonfly & we have established partnerships with companies like Genetica, Nebula, BMW, Binance and more! Ask us anything!

GREETINGS BitcoinTalk

It's the Oasis Protocol Foundation team, here to update you on our recent developments, and share our vision for the future of Oasis Network. Before we get started, we’d like to introduce ourselves:

William Wendt - Ecosystem Growth Manager
Meredith Darden - Community Manager


We will be answering your questions and discussing all things Oasis for 1 hour, starting 1 PM ET, on October 5th

About Oasis
Oasis is the leading privacy-enabled and scalable layer-1 blockchain network. It combines high throughput and low gas fees with secure architecture to provide a next-generation foundation for Web3 and will power DeFi, crypto gaming, NFTs, Metaverse, Data tokenization and Data DAOs.

Oasis propels web3 forward, scaling it and evolving it from infancy to maturity. Supported by top industry backers, Oasis recently announced the $235 million Ecosystem Fund to support projects to build on the network. Oasis Labs, the ecosystem technical contributor, has partnered with the likes of Meta, BMW Group, Genetica and others, to build platforms and products that further individual privacy protection, data governance, and responsible data use.



What Makes Oasis Network Unique?

Scalability:

The Oasis Network is multi-layered, making it highly flexible, scalable, and future-proof. The modular architecture separates consensus and smart contract execution into different layers allowing developers to deploy low-cost privacy-focused dApps.

The ParaTime Layer, a layer which allows for dynamic compute environments to be built, is where all smart contract execution happens, enabling incredible scalability for the network. ParaTimes can also evolve independently while maintaining consensus as security, scalability, or privacy technologies advance into the future.

Privacy-Enabled:

The Oasis Network is the world’s leading scalable, privacy-enabled blockchain with its ParaTime layer enabling customizable confidentiality for developers. ParaTimes on the Oasis Network then leverage its privacy-preserving technology, enabling users to have complete control over the confidentiality of their information.

With the Cipher ParaTime, developers can experience a proper Web3 environment that is privacy-first and geared towards confidentiality. Cipher supports the building of complex confidential smart contracts, opening up a world of opportunities for users who want to be in charge of their data.

Sapphire is another privacy-enabled ParaTime that is the first and only confidential EVM compatible. Solidity developers now can easily switch to Web3 in an environment that is familiar with tools that are well known, and built Web3 dApps like never before.

A Foundation for Web3:

Oasis is working to establish itself as the foundation for the Web3 world. The core value proposition of privacy gives way to other tenants required in the next iteration of the internet. Oasis supports critical pillars like decentralized identity, decentralized society, a responsible data economy and data sovereignty through its range of privacy-preserving technologies and robust blockchain platform.

Through its separation of consensus and computation into two parallel layers, Oasis is far more scalable than other blockchains and can manage many complex transactions at scale. Oasis is ideal for DeFi and GameFi due to instant finality, 99% lower gas fees versus Ethereum, high throughput, privacy protection, and defense against MEV. $ROSE is the native utility and settlement token of the Oasis Platform.

We recently launched Sapphire on Testnet.

The Sapphire ParaTime

 Sapphire is a groundbreaking developer environment as it is the first and only confidential Ethereum Virtual Machine (EVM) compatible ParaTime. This runtime has the ability to help scale blockchain rapidly towards Web3 and allow EVM developers to quickly lay the foundations for privacy-enabled blockchain dApps, which are becoming a necessity as users demand data sovereignty.

Sapphire offers Solidity developers a familiar, Ethereum-compatible building environment, but with the added benefits of Oasis’ privacy technology which is key to allowing blockchain to be part of the Web3 world.



Keep it Confidential Sapphire Hackathon

With the launch of the Sapphire ParaTime on Testnet, we want to offer developers the chance to experience Web3-enabled confidentiality in a language they already know and understand.
We are excited to launch our Keep it Confidential Hackathon, giving developers the chance to build the world’s first confidential DApp in Solidity. We are looking for innovative front-running resistant and privacy-first applications built on Sapphire. Join today to win up to $5,000 in ROSE for your submission:  https://oasisprotocol.org/hackathon

Documentation: https://docs.oasis.io/dapp/sapphire/quickstart/
Video Tutorial:
https://www.youtube.com/watch?v=ePp1fFSmKgI
 
Drop your questions below, we will be answering on October 5th, from 1 PM ET to 2 PM ET.

We also invite you to join our incredible, active community of Oasis Ambassadors! Apply here: https://oasisprotocol.org/ambassador-program

Connect with us: https://linktr.ee/oasisprotocol 
Jump to: