Tools missing in the ecosystem

notification service: https://epns.io/

1 Like

Tool where community can see official circulating supply of NEAR tokens. In this case, weā€™ll be able to ensure that websites like coinmarketcap can show correct info about our circulating supply and valuation that they derive from that (currently information is misrepresented on Coinmarketcap and ā€œcostā€ us about 20ish position in their ranking). Zavodil and Stardustā€™s website show different info about our circulating supply. Telegram bot shows a number thatā€™s different from those websites.

1 Like

So glad to discover this. Iā€™ve been floating this idea with Evgeny, Vlad, and my friend Trevor. Very interested in making this happen. I think this could also be a great case study for the profitability of a contract that is only funded by the 30% gas benefit.

2 Likes

@illia You mentioned RFG, is there a form for this? Or posting here with maybe a link to application spec & RFG spec is the idea?

@mikedotexe

I donā€™t even think it needs to live only on 30% gas. Because user/the other contracts pre-pay for transaction fees - they can actually pay more than required. The left over will go to the contract (developers or token holders). For example https://gelato.network/ is Ethereum IFTTT here.

@hodlr
A more specific form and layout for all the ideas is coming. In the mean time, just posting here short description + a doc with spec and work scope works as well.

1 Like
  1. ā€˜Lockā€™ feature like in Metamask requiring password to view web wallet
  2. Logout button to clear web wallet from cache

Web3modal / Onboard.js

Once we have our Wallet SDK we need libraries providing a nice login experiences like for wallet such as WalletConnect, Torus, Fortmatic, Portis etc. For dapp developers this makes it very easy to integrate wallet support in no time.

Web3Modal (From Pedro / Walletconnect)

Onboard.jsl(From blocknative)

https://docs.blocknative.com/onboard

5 Likes

Notify / blockchain query notifications

I can really be a PITA to also spend time on thinking on all the edge-cases for notifications. This library does that very well and makes it possible to ship with working notifications in no time

https://docs.blocknative.com/notify

2 Likes

On-ramp & Off-ramp services

Is really a blocker for many dapps to have any sort of interface with FIAT if there is no such ramping APIs available to integrate, below is a list of services worth getting on NEAR. Most of these have great white-label widgets available to setup via dashboards, so it takes really no time to be able to allow cash-in and cash-out to your dapp

Moonpay

Ramp.network

Wyre

Coindirect

Moonie

2 Likes

need integration with Coinpayments.net

1 Like

Decentralised identity and storage solutions

3box identities

Very handy for dapps to integrate ā€œprofiles as a serviceā€ and let users verify their public key by hooking it up to their Github, Twitter accounts etc.

Cheramic.network storage solution

From the same guys, a nice way to have verifiable storage solution https://ceramic.network/

IPFS storage solution

The other big project in this category of decentralised storage https://ipfs.io/, certainly has some scaling issues

1 Like

Have you seen NEAR Explorer | Stats ?

1 Like

thanksļ¼Œitā€™s greatļ¼
Looking forward to the visualization of the issuance, distribution, and locking/unlocking of NEAR tokens怂

Tornado Cash

Website: https://tornado.cash/

Protocol for private transactions on Ethereum. Tornado Cash improves transaction privacy by breaking the on-chain link between source and destination addresses. It uses a smart contract that accepts ETH deposits that can be withdrawn by a different address. To preserve privacy a relayer can be used to withdraw to an address with no ETH balance. Whenever ETH is withdrawn by the new address, there is no way to link the withdrawal to the deposit, ensuring complete privacy.

2 Likes

PoolTogether

Website: https://pooltogether.com/

PoolTogether is a protocol for no-loss prize games on the Ethereum blockchain. The site makes it so one player wins all the yield earned on many peopleā€™s deposits in a pool (stakes to validator in case of NEAR), but everyone keeps their initial deposits. Thatā€™s why it is called ā€œlossless.ā€

Chai

Website: https://chai.money/

Chai ia an ERC20 token that lets you earn interest on Dai (NEAR) without requiring it to be locked in the Dai Savings Rate (Validator). It can be transferred freely and is always redeemable for an ever growing amount of Dai. When you convert your Dai to Chai, you receive a corresponding balance in the Chai contract. While your Chai balance remains constant, its corresponding Dai value grows with the Dai Savings Rate. You can think of it as Dai brewing in the Chai contract. At any point in time you can redeem your Dai along with additional interest, or continue to use the Chai token directly.

Thanks @loca555 , here are implementations in the works for two projects you mentioned:

You can read here about design: Deep dive into Private Transactions on NEAR
Implementation is here: GitHub - zeropoolnetwork/NEAR-pool

TestNet version: Pool Party by gagdiez Ā· GitHub and lunafromthemoon Ā· GitHub

Hi
Not sure if this is the right place to post. I wanted to share a link to something that is happening on the HIVE network.
There is already a NFT marketplace on HIVE called NFTSHOWROOM. I have tested it out and it is not as good as PARAS :heart_eyes:
But if you look at the link and swap the word HIVE for NEAR that would give you a good idea of what I am proposing.
My suggestion is to build tools for e-commerce and payment in NEAR. This could be integrated so artists and projects can sell physical versions of their nft cards. The idea of fulfilment warehouses is amazing!

https://hivelist.store/sell-on-hivelist

4 Likes

Lack open ended Lombard loan application

Lack of incentives for stablecoin liquidity to flow over to be lent out for said Lombard loan facilities. Ecosystem remains poor as lack of collateral system forces people to sell to fiat or other crypto, over-collateralized debt based solutions the way to go especially for people that want an real inflation hedge whilst having fiat liquidity.

I think we can use OpenZeppelin in NEAR layer 2 EVM (Aurora). But yes we should have something similar in RUST so that we can create contracts without thinking too much about security.