Current development progress on Shiden

I was asked about this on text chat with the team recently. I paste the response here too.

Related:


:one: Please give me an estimated end date for each milestone in the program

Milestone 1 β€” Develop smart contracts and frontend

Estimated end date: 2021/01

On this milestone, we get an MVP on Shiden or Shibuya. If Wasm contracts are not launched on Shiden at that time, I use my local chain instead.

For milestones 2–4, I need some more time to estimate. Maybe adjustments are required.

:two:We would like to know what has been done with this amount and current future plans.

We’ve not used the reward SDN, except for our staking bonus to our stakers. The SDN will be used for development/treasury and our Play-to-Earn prizes, but the allocation is undecided yet. We have a transparency report for all SDN we received. Treasury Report #0

What I’ve done for our Builders Program tasks is here:

Since September, my main focus has been on developing Shiden Wasm contracts, but there are a number of delays. The major cause is unmatured code base around Wasm contracts in the ecosystem, which includes pallet-contracts for a runtime, ink! for writing contracts, and polkadot/api for a javascript client. (E.g., https://github.com/paritytech/ink/pull/942, https://github.com/polkadot-js/api/issues/4008) I needed to pass some roadblocks, and I might get more on our coming development since there is no production usage for Wasm contracts yet.

Not a part of the Builders Program, but I’ve also implemented some tools for our dApp staking bonus. https://github.com/OpenEmojiBattler/shiden-dapp-staking-tools

1 Like

Some updates


Me:

Can I unregister our dApp on Shiden dApp staking?
We’ll continue our development, and after our contracts become live on Shiden, I’ll request the registration again.
I know there is a call for unregistering tx, but not sure it’s ready for use.

Team:

Yes we can do this
We are working on a solution for projects who aren’t live to use dApp staking

Me:

Thanks. Is it OK to use dappsStaking.unregister, or should I wait for the solution?


Related: