Skip to main content

Ink Boxes

  • Team Name: Ink Boxes Team

  • Payment Address: Bitcoin Address: bc1qtr9993ch6zlr29j5c22zzax57h62x5gj24wtxk

  • Level: 1

Project Overview 📄​

Overview​

Ink boxes are a collection of helpful Ink smart contract boilerplates along with it's frontend. It will already have polkadot.js library using which frontend can talk with the smart contract deployed. Got inspired by truffle boxes on how easily one can spin up the boilerplate code in no time.

Ecosystem Fit​

  • Where and how does your project fit into the ecosystem? Anyone who wants to quickly spin up boilerplate can use our platform.
  • Who is your target audience (parachain/dapp/wallet/UI developers, designers, your own user base, some dapp's userbase, yourself)? Anyone who wants to create Smart Contracts on top of Ink are our target users.

User Journey​

  • User visits Ink boxes website.
  • User selects the dApp they want to download.
  • User will be able to download the entire dApp code in zip format.
  • Contributors can also submit a new dApp if it is fit for the substrate ecosystem. They need to provide the GitHub repo link for the ink box.

Simillar platforms​

  • Truffle Boxes

Team 👥​

Team members​

  • @nerdsince98
  • Registered Legal Entity: Not yet registered

Team's experience​

Team Code Repos​

Development Roadmap 🔩​

Overview

Grant level​

Level 1: Up to $10,000, 2 approvals

Development Roadmap 🔩​

  • Total Estimated Duration: 4 weeks

  • Total Costs: 5,000 USD

Milestone 1​

  • Estimated Duration: 2 weeks

  • Costs: 3,500 USD

NumberDeliverableSpecification
0a.Apache License 2.0All code will be published under Apache 2.0
0b.DocumentationWe will provide both inline documentation of the code.
0c.Testing and it's GuideCore functions will be fully covered by comprehensive unit tests written in Jest and UI tests in Cypress to ensure functionality and robustness. In the guide, we will describe how to run these tests.
0d.DockerWe will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone.
0e.ArticlesWe will publish a series of articles on how to contribute and create new boxes.
0.Creation of BoxesWe will create boxes in a GitHub repo like NFT-Marketplace, Decentralized Ecommerce platform, ERC-721 with UI functionalities, ERC-20 with UI functionalities. Complete list will be provided in the GitHub repo README and coming soon section of the website.

Milestone 2​

  • Estimated Duration: 2 weeks

  • Costs: 1,500 USD

NumberDeliverableSpecification
0a.Apache License 2.0All code will be published under Apache 2.0
0b.DocumentationWe will provide both inline documentation of the code and a basic tutorial that explains how to develop a new box.
0c.Testing and it's GuideCore functions will be fully covered by comprehensive unit tests written in Rust to ensure functionality and robustness. In the guide, we will describe how to run these tests.
0d.DockerWe will provide a Dockerfile(s) that can be used to test all the functionality delivered with this milestone.
0e.ArticlesWe will publish a series of tutorials on how to contribute to website.
0.Creation of website.We will create a website where anyone can download the box in zip format and can upload the same. Website will accept the GitHub link of the box. If anyone tries to download the box, GitHub release of the box will be downloaded.

Additional Information ➕​

  • We're currently implementing it in substrate ecosystem.