Skip to content

Commit acbae28

Browse files
authored
Update land-of-clans.md
1 parent b2efce4 commit acbae28

File tree

1 file changed

+80
-63
lines changed

1 file changed

+80
-63
lines changed

applications/land-of-clans.md

Lines changed: 80 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# Mintbase Grant Proposal
22

3-
> This document will be part of the terms and conditions of your agreement and therefore needs to contain all the required information about the project. Don't remove any of the mandatory parts presented in bold letters or as headlines. Blockquote sections starting with a `>` (such as this one) can be removed.
4-
>
5-
> See the [Grants Program Process](https://github.com/Mintbase/Grants-Program/#pencil-process) on how to submit a proposal.
63

7-
- **LAND OF CLANS**
8-
- **Indie team: Alex&Serg**
9-
- **thegame_dao.near**
10-
- **2**
4+
- **Project Name:** LAND OF CLANS
5+
- **Team Name:** Indie team: Alex&Serg
6+
- **Payment Address:** thegame_dao.near
7+
- **[Level](../README.md#level_slider-levels):** 2
118

129
## Project Overview :page_facing_up:
1310

@@ -81,10 +78,8 @@ We are located in the UK and Poland.
8178

8279
### Legal Structure
8380

84-
We're in the process of re-registering to another jurisdiction, and in the interim, the current address is:
85-
- Office 145, floor 12,Building: Owned by RASHED MOHAMMED ABDULLA ALMAZROUEI, street Al Thanyah 1 Dubai, UAE. PObox: 450450
86-
- ONLYSPACE ONLINE GAMING SERVICES EST.
87-
- License id: 1027669
81+
- **Registered Address:** N/A
82+
- **Registered Legal Entity:** N/A
8883

8984
### Team's experience
9085

@@ -107,77 +102,99 @@ https://github.com/k-o-l-e-s
107102

108103
## Development Status :open_book:
109104

110-
If you've already started implementing your project or it is part of a larger repository, please provide a link and a description of the code here. In any case, please provide some documentation on the research and other work you have conducted before applying. This could be:
111-
112-
- links to improvement proposals or [RFPs](https://github.com/mintbase/Grants-Program/tree/master/rfp-proposal) (requests for proposal),
113-
- academic publications relevant to the problem,
114-
- links to your research diary, blog posts, articles, forum discussions or open GitHub issues,
115-
- references to conversations you might have had related to this project with anyone from the Mintbase Foundation,
116-
- previous interface iterations, such as mock-ups and wireframes.
105+
Since we have already implemented and tested all the mechanisms on the WAX blockchain, we need to migrate to NEAR and rewrite some of the libraries and contracts.
117106

118107
## Development Roadmap :nut_and_bolt:
119108

120-
This section should break the development roadmap down into milestones and deliverables. To assist you in defining it, we have created a document with examples for some grant categories [here](../docs/grant_guidelines_per_category.md). Since these will be part of the agreement, it helps to describe _the functionality we should expect in as much detail as possible_, plus how we can verify and test that functionality. Whenever milestones are delivered, we refer to this document to ensure that everything has been delivered as expected.
121-
122-
Below we provide an **example roadmap**. In the descriptions, it should be clear how your project is related to Mintbase. We _recommend_ that teams structure their roadmap as 1 milestone ≈ 1 month.
109+
The first step is to research the capabilities of the tools, selecting the right tools. Then we make the missing tools.
123110

124-
For each milestone,
111+
The second stage is the launch of the testnet and a cycle of tests, improvements, and extensions of the functionality.
125112

126-
- make sure to include a specification of your software. _Treat it as a contract_; the level of detail must be enough to later verify that the software meets the specification.
127-
- include the amount of funding requested _per milestone_.
128-
- include documentation (tutorials, API specifications, architecture diagrams, whatever is appropriate) in each milestone. This ensures that the code can be widely used by the community.
129-
- provide a test suite, comprising unit and integration tests, along with a guide on how to set up and run them.
130-
- commit to providing Dockerfiles for the delivery of your project.
131-
- indicate milestone duration as well as number of full-time employees working on each milestone.
132-
- **Deliverables 0a-0d are mandatory for all milestones**, and deliverable 0e at least for the last one. If you do not intend to deliver one of these, please state a reason in its specification (e.g. Milestone X is research oriented and as such there is no code to test).
113+
The third stage is the launch of the mainnet.
133114

134-
> :zap: If any of your deliverables is based on somebody else's work, make sure you work and publish _under the terms of the license_ of the respective project and that you **highlight this fact in your milestone documentation** and in the source code if applicable! **Teams that submit others' work without attributing it will be immediately terminated.**
115+
The fourth stage is the promotion and support of the project.
135116

136117
### Overview
137118

138-
- **Total Estimated Duration:** Duration of the whole project (e.g. 2 months)
139-
- **Full-Time Equivalent (FTE):** Average number of full-time employees working on the project throughout its duration (see [Wikipedia](https://en.wikipedia.org/wiki/Full-time_equivalent), e.g. 2 FTE)
140-
- **Total Costs:** Requested amount in USD for the whole project (e.g. 12,000 USD). Note that the acceptance criteria and additional benefits vary depending on the [level](../README.md#level_slider-levels) of funding requested. This and the costs for each milestone need to be provided in USD; if the grant is paid out in USN, and potentially NEAR and nUSDC, the amount will be calculated according to the exchange rate at the time of payment.
119+
- **Total Estimated Duration:** 6 months
120+
- **Full-Time Equivalent (FTE):** 4 FTE
121+
- **Total Costs:** 50'000 USD
141122

142-
### Milestone 1 Example — Implement Mintbase Modules
123+
### Milestone 1 — Preparing the game to integration and migration to NEAR
143124

144125
- **Estimated duration:** 1 month
145-
- **FTE:** 2
146-
- **Costs:** 8,000 USD
147-
148-
| Number | Deliverable | Specification |
149-
| -----: | ----------- | ------------- |
150-
| 0a. | License | Apache 2.0 / GPLv3 / MIT / Unlicense |
151-
| 0b. | Documentation | We will provide both **inline documentation** of the code and a basic **tutorial** that explains how a user can (for example) spin up one of our Mintbase nodes and send test transactions, which will show how the new functionality works. |
152-
| 0c. | Testing Guide | Core functions will be fully covered by unit tests to ensure functionality and robustness. In the guide, we will describe how to run these tests. |
153-
| 0d. | Docker | We will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone. |
154-
| 0e. | Article | We will publish an **article**/workshop that explains [...] (what was done/achieved as part of the grant). (Content, language and medium should reflect your target audience described above.)
155-
| 1. | Mintbase module: X | We will create a Mintbase / NEAR module that will... (Please list the functionality that will be implemented for the first milestone) |
156-
| 2. | Mintbase module: Y | We will create a Mintbase / NEAR module that will... |
157-
| 3. | Mintbase module: Z | We will create a Mintbase / NEAR module that will... |
158-
| 4. | NEAR chain integration | Modules X, Y & Z of our custom chain will interact in such a way... (Please describe the deliverable here as detailed as possible) |
159-
160-
### Milestone 2 Example — Additional features
126+
- **FTE:** 4
127+
- **Costs:** 10,000 USD
128+
129+
Thanks to our previous experience with Rust, it will be easier for us to write the necessary contracts and other libraries for frontend/backend interaction with NEAR. We will publish anything that may be useful to other developers as open source.
130+
131+
● R&D,
132+
● Architecture selection,
133+
● Developing supporting libraries SDK,
134+
● Frontend - integrating with NEAR wallet,
135+
● Backend - integrating with nodes and indexers,
136+
● Gameplay features connect with API
137+
● Shield contract (1day, 3 days, 7 days) - a player can buy protection from other players' attacks with GEM tokens. But the defense cannot be bought too often. The contract will keep track of this.
138+
● Buildings upgrade contract
139+
● Сontract to find an opponent to attack
140+
● Social media setup (twitter, telegram group, tik-tok, youtube)
141+
● Manual and Documentation for gamers
142+
● Presentation material and video tutorials
143+
144+
### Milestone 2 — NEAR Testnet game launch
161145

162146
- **Estimated Duration:** 1 month
163-
- **FTE:** 1
164-
- **Costs:** 4,000 USD
147+
- **FTE:** 4
148+
- **Costs:** 10,000 USD
149+
150+
● Node SDK integration with gameplay backend
151+
● Game tokens contract setup
152+
● Creating NFT collection
153+
● User ID_hash checking during authorisation in order to exclude multiple accounts for one players
154+
● Connection with NFT marketplace (we need to co-operate with any of the existing marketplace) of course, the gaming ones are better,
155+
but we're good with anything.
156+
● DeFi pools setup: NEAR/Gems, Gems/Gold, Gems/Food (we need to co-operate with any of the existing DeFi service) Premium tokens GEMs are the most coveted among players, they allow you to speed up many processes. But since the creators of the game do not sell them, an unsatisfied demand is created, which is satisfied by other players and gets p2p exchange of tokens between players through pools, which are replenished by the players themselves.
157+
● Contract of awards competitions and distribution
158+
● Land lottery contract - player can start the game with a lottery and paying a small amount of money can win an award of different levels of coolness, then his start of the game will be already with a fairly pumped up building, usually it's a head start of several months to six months of intensive play.
159+
● Premium award contract - players will be rewarded for playing non-stop every 10 days, 30 days, 90 days. According to our experience 30% of players choose to start the game through participation in the lottery. the lottery contract, after payment, gives them one of the available configurations, which the player will receive at the start of the game. If he is lucky, his start will be comparable to a player who has already been playing for 6 months. In the worst case, this head start will be 2 weeks.
160+
● Game social media support
161+
● Documentation upgrade
162+
163+
### Milestone 3 — NEAR Mainnet game launch
165164

166-
...
167-
## Future Plans
165+
- **Estimated Duration:** 1 month
166+
- **FTE:** 4
167+
- **Costs:** 10,000 USD
168168

169-
Please include here
169+
● DEX integration with game token economy
170+
● Issues fixes
171+
● Gamers feedback analysis
172+
● Partnership with NFT-marketplace - we need a partner like AtomicHub on WAX, to publish our NFT collection. So that our players can sell their in-game Nfts there.
173+
● Partnership with DeFi - NEAR/Gems token pool better way when pool will be integrated in wallet NEAR like in MetaMask. A third-party service will work for us, too. GEMs are premium tokens that players will receive as rewards. They can be used to buy accelerations in the game. So players will try to accumulate them and buy the missing amount in the DEX pool. The demand for tokens will determine their price in trhe pool. In our experience, the price is stable due to the fact that the development team does not sell these tokens and their issuance is done exclusively through in-game rewards (proof-of-game).
174+
● Presentation with Land Of Clans to the ecosystem and invitation for partnership
175+
● Integration and collaboration with dApps in the NEAR ecosystem.
176+
Target by users is 1K and 15K transactions
170177

171-
- how you intend to use, enhance, promote and support your project in the short term, and
172-
- the team's long-term plans and intentions in relation to it.
178+
### Milestone 4 — PR & marketing
173179

180+
- **Estimated Duration:** 3 months
181+
- **FTE:** 4
182+
- **Costs:** 20,000 USD
174183

175-
## Additional Information :heavy_plus_sign:
184+
● Social media activity
185+
● Working with a core of players, handing over moderation, content generation, memes...
186+
● Documentation upgrade with data from mainnet
187+
● Players generated content in Youtube, Tik-tok, Instagram, Telegram
188+
● Integration and collaboration with dApps in the ecosystem NEAR
189+
190+
Target by users is 10K and 250K transactions
176191

177-
**How did you hear about the Grants Program?** Mintbase Website / Medium / Twitter / Element / Announcement by another team / personal recommendation / etc.
178192

179-
Here you can also add any additional information that you think is relevant to this application but isn't part of it already, such as:
193+
## Future Plans
194+
195+
For the past three years, we have been exploring the potential of blockchain for use in games and game-based economic models. Our goal is stable models, with a long life cycle. We have good results, but we can do better, so we are not stopping.
196+
197+
## Additional Information :heavy_plus_sign:
198+
199+
**How did you hear about the Grants Program?** personal recommendation
180200

181-
- Work you have already done.
182-
- If there are any other teams who have already contributed (financially) to the project.
183-
- Previous grants you may have applied for.

0 commit comments

Comments
 (0)