follow us on twitter . like us on facebook . follow us on instagram . subscribe to our youtube channel . announcements on telegram channel . ask urgent question ONLY . Subscribe to our reddit . Altcoins Talks Shop Shop


This is an Ad. Advertised sites are not endorsement by our Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise Here Ads bidding Bidding Open

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - lesnik_utsa

Pages: [1] 2 3
1
Баунти Кампании / Archway - X конкурс
« on: March 23, 2024, 04:02:02 PM »


Archway это платформа смарт-контрактов на базе Cosmos SDK, которая вознаграждает разработчиков за создание полезных децентрализованных приложений и валидаторов за поддержание сети. В настоящее время проект в mainnet, торгуется и активно развивается. Я представляю валидатора lesnik | UTSA и помогаю поддерживать и защищать сеть. Данный конкурс запускается валидатором lesnik | UTSA и будет проходить с 25.03.2024 по 7.04.2024 (МСК)

Условия

1. Подпишитесь на твиттер аккаунт Archway - https://twitter.com/archwayhq и твиттер аккаунт lesnik | UTSA - https://twitter.com/lesnik13utsa
2. Ваш Twitter аккаунт должен иметь больше 100 подписчиков и общедоступен
3. Используйте свою учетную запись Twitter, чтобы создать tweet и/или twitter-thread о проекте Archway
4. Обязательно используйте следующие хэштеги: @archwayHQ @lesnik13utsa #DropCamp #Archway
5. Делайте ретвиты и ставьте лайки на твиты Archway, чтобы повысить свои шансы занять лучшее место в лидерборде
6. В данном топике оставьте сообщение в следующем формате:

Code: [Select]
Proof of authentication:

1. Forum UserName
2. Arhcway addr (в формате archway1m2mm7w6m346na9ehyqg8xvr6tyeyyvna9eh)
2. Twitter UserName (через @ххх)
3. Twitter link (ссылка на Ваш твиттер аккаунт)
3. Tweet link (s)
...
4. Retweets link (s)
...
❗ Обязательно следите за тем, чтобы после отправки Вашего поста ссылки на все твиты были именно ссылками, а не картинками!!!

Награды

Данный конкурс продлиться 2 недели и победители будут выбираться за каждую неделю
Общий пул наград для этого конкурса составляет 1300 ARCH (https://coinmarketcap.com/currencies/archway/). Каждую неделю будут выбраны лучшие участники, которые получат следующие награды:

  • 1 победитель в неделю 200 ARCH
  • 2 победителя в неделю по 100 ARCH
  • 3 победителя в неделю по 50 ARCH
  • 4 победителя в неделю по 25 ARCH
❗ Награды будут начислены на кошельки победителей не позднее 2 недель после окончания конкурса

Правила

  • 1 участник может публиковать несколько твитов. При этом, можно создавать несколько постов в данном топике, а не размещать все ссылки в одном посте
  • При выборе победителей будет учитываться качество tweets и twitter-threads, а также количество retweets. При этом, twitter-threads будут иметь приоритет перед tweets
  • Если количество участников не будет соответствовать призовым местам, то в данном случае оставшиеся призовые места могут быть повторно распределены между существующими участниками (при условии дополнительных качественных твитов данными участниками). Иными словами 1 участник может попасть в несколько призовых мест с разными твитами
  • Контент ненадлежащего качества не будет принят. Также, не допускается публиковать материалы эротического характера и материалы связанные с незаконной деятельностью
  • После окончания каждой недели конкурса в данном топике будут опубликованы победители
  • За невыполнение любого условия и правила участник дисквалифицируется и не получит вознаграждение
  • Создатель конкурса оставляет за собой право изменять условия конкурса при необходимости

Дополнительно
Archway проводит айрдроп кампанию Drop Camp - http://dropcamp.io/. Вы можете использовать код o7NY0, чтобы присоединиться к кампании и будьте готовы к сюрпризам!

2
Everscale Forum / Crypto3-Blueprint library to TVC compilation (contest)
« on: October 14, 2021, 12:23:14 AM »
Hello everyone, friends. As I wrote earlier, the recently launched Free TON Cryptography Governance subdivision immediately launched 2 contests with excellent prize money. Today I want to tell you about the Crypto3-Blueprint library to TVC compilation competition

Application Dates
October 1 - October 28, 2021

Description
As part of the integration of the Groth16 zkp schema into Free TON, it should be possible to generate proofs in DeBots. The proof generation itself can be added as a TVM instruction, but to generate the proof you must first generate an auxiliary (and sometimes public) input that satisfies the R1CS scheme

Since the generation of the auxiliary input differs significantly in different circuits, it cannot be added as an instruction, but must instead be done using in-TVM logic. Fortunately, there is a C ++ compiler to TVC (TVM bytecode)

In addition, since TVM operates slightly differently than a conventional processor, it may be more efficient to use the native types and functions of TVM. It is necessary not only to compile the libraries but also to optimize them to use the TVM features where necessary. Of course, a patch to a drawing library should not prevent the library from being compiled using a normal compiler to machine code

Task
It is necessary to write patches for crypto3-blueprint (https://github.com/NilFoundation/crypto3-blueprint) and its dependencies, as well as for the C ++ compiler so that it can be compiled and run a C ++ smart contract that uses this library. It is recommended to use the template repository as a basis

It should be able to use all the library features that can be used at the present time, the library contains several incomplete components

It should still be possible to compile the patched library with a regular C ++ native compiler and run it. Its performance should not degrade

Requirements
  • Improving the library performance in TVM will increase your score, you can use your own TVM types for this, for example using preprocessor definitions. In addition to uploading the material, you need to submit the code according to https://github.com/freeton-org/readme
  • The solution should include tests in the form of Free TON smart contracts that use various parts of the crypto3-blueprint library. These smart contracts must compile and run successfully
  • Besides uploading the view, the code should be posted according to GitHub - freeton-org / readme
  • The participant should make a presentation of his solution at a convenient time, agreed with the members of the cryptography group. The solution should include tests with clear instructions
  • The solution must be an open source license
  • The solution must contain at least a draft of the architecture description

Rewards
  • 1st prize 200,000 TONs
  • 2nd prize 100,000 TONs
  • 3rd prize 50,000 TONs
Only applications with an average score equal to or higher than 6.0 can be rewarded

Landing page - https://tvc.freeton.today/
Official news - https://forum.freeton.org/t/crypto3-blueprint-library-to-tvc-compilation-contest/11765
Developers Chat - https://t.me/FT_cryptography_SG
Coingecko - https://www.coingecko.com/ru/Криптовалюты/ton-crystal

3
Русский / Crypto3-Blueprint library to TVC compilation (contest)
« on: October 13, 2021, 11:10:36 PM »
Всем привет друзья. Как я писал ранее недавно запущенное подуправление Free TON Cryptography Governance сразу же запустили 2 конкурса с отличными призовыми. Сегодня я хочу рассказать Вам о конкурсе Crypto3-Blueprint library to TVC compilation

Даты подачи заявки
October 1 - October 28, 2021

Описание
В рамках интеграции схемы Groth16 zkp во Free TON должна появиться возможность генерировать доказательства в DeBots. Сама генерация доказательства может быть добавлена как инструкция TVM, но для генерации доказательства вы должны сначала сгенерировать вспомогательный (а иногда и общедоступный) вход, который удовлетворяет схеме R1CS

Поскольку генерация вспомогательного входа существенно различается в разных схемах, ее нельзя добавить в качестве инструкции, вместо этого она должна выполняться с использованием логики in-TVM. К счастью, есть компилятор С++ в TVC (байт-код TVM)

Кроме того, поскольку TVM работает немного иначе, чем обычный процессор, может быть более эффективно использовать собственные типы и функции TVM. Необходимо не только скомпилировать библиотеки, но и оптимизировать их для использования возможностей TVM там, где это необходимо. Конечно, патч к библиотеке чертежей не должен препятствовать компиляции библиотеки с использованием обычного компилятора в машинный код

Задача
Необходимо написать патчи для crypto3-blueprint (https://github.com/NilFoundation/crypto3-blueprint) и его зависимостей, а также для компилятора C++, чтобы его можно было бы скомпилировать и запустить смарт-контракт C++, который использует эту библиотеку. Рекомендуется использовать репозиторий шаблонов в качестве основы

Должна быть возможность использовать все возможности библиотеки, которые могут использоваться в настоящее время, библиотека содержит несколько неполных компонентов

По-прежнему должна быть возможность скомпилировать исправленную библиотеку с помощью обычного компилятора C++ для машинного кода и запустить его. Его производительность не должна снижаться

Требования
  • Улучшение работы библиотеки в TVM повысит вашу оценку, вы можете использовать для этого собственные типы TVM, например, с помощью определений препроцессора
  • Помимо загрузки материала, необходимо отправить код в соответствии с https://github.com/freeton-org/readme
  • Решение должно включать тесты в виде смарт-контрактов Free TON, которые используют различные части библиотеки crypto3-blueprint. Эти смарт-контракты должны успешно компилироваться и запускаться
  • Помимо загрузки представления, код должен быть отправлен в соответствии с GitHub - freeton-org / readme
  • Участник должен провести презентацию своего решения в удобное время, согласованное с членами группы криптографии. Решение должно включать тесты с четкими инструкциями
  • Решение должно иметь лицензию с открытым исходным кодом
  • Решение должно содержать хотя бы черновик описания архитектуры

Rewards
1st prize 200,000 TONs
2nd prize 100,000 TONs
3rd prize 50,000 TONs

Только заявки со средним баллом, равным или выше 6.0 могут получить награду

Landing pagehttps://tvc.freeton.today/
Официальная новостьhttps://forum.freeton.org/t/crypto3-blueprint-library-to-tvc-compilation-contest/11765
Чат разработчиковhttps://t.me/FT_cryptography_SG
**Coingecko **- https://www.coingecko.com/ru/Криптовалюты/ton-crystal

4
Everscale Forum / Free TON support on Facebook
« on: September 11, 2021, 02:56:43 PM »

Hello everyone. Currently, the Free TON blockchain is actively developing, various competitions are constantly being held and the community is expanding. You can learn more about Free TON by taking a short course - https://freeton.academy/courses/introduction-to-free-ton-ru/

We are proactive participants of Influenser SubGovernance, we organize support for the Free TON ecosystem on Facebook and invite each of you to join the official page of the project on Facebook

What is this topic for:

This topic will post all the latest news posted on Facebook. Each day, one winner will be selected (with the best comment), who will be rewarded with TON CRYSTAL coins

How to participate:
  • Subscribe to the page https://www.facebook.com/CommunityTon
  • Leave meaningful comments on Facebook posts (in English)
  • IIn the comment, include the tags #Influensers #FreeTON
  • Duplicate the comment in this thread along with the link to the comment from facebook

Also, keep an eye on the Russian-language topic, where quizzes with payments in TON CRYSTAL will be held. The question about FreeTON may appear at any time. The participant who answers correctly and will be the first to receive a reward in TON СRYSTAL coins

The size of the reward will depend on the completeness and speed of the response, and also on the mood of the topic starter)))

5

Всем привет. В настоящее время идет активное развитие блокчейна Free TON, постоянно проводятся различные конкурсы и расширяется комьюнити. Больше узнать о Free TON Вы можете пройдя краткий курс - https://freeton.academy/courses/introduction-to-free-ton-ru/

Мы - инициативные участники Influenser SubGovernance организуем поддержку экосистемы Free TON на Facebook и предлагаем каждому из Вас присоединиться к официальной станице проекта на Facebook

Для чего необходим данный топик:

В данном топике будут поститься все последние новости, размещенные в Facebook. Каждый день будет выбран один победитель (оставивший лучший комментарий), который будет вознагражден в монетах TON СRYSTAL

Как принять участие:
  • Подпишитесь на страницу https://www.facebook.com/CommunityTon
  • Оставляйте осмысленные комментарии к постам на Facebook (на английском языке)
  • В комментарии укажите теги #Influensers #FreeTON
  • Продублируйте комментарий в этом топике вместе с ссылкой на комментарий из facebook

Внимательно следите за данным топиком, так как в нем также будут проводиться викторины с выплатами в TON СRYSTAL. В любой момент времени может быть задан вопрос о FreeTON. Участник, который ответит правильно и будет первым получит вознаграждение в монетах TON СRYSTAL

Размер вознаграждения будет зависеть от полноты и быстроты ответа, еще также от настроения топикстартера)))

6
Everscale Forum / Contest - Zero-Knowledge Voting Protocol Implementation
« on: September 05, 2021, 11:23:40 PM »

Friends - a new competition for developers on the Free TON blockchain has been launched. A whole team of programmers should be involved in this competition, since the task is very complex and multifaceted. A zero knowledge voting protocol needs to be developed on top of the recently submitted TVM Groth16 verification instruction

Contest dates
August 9 - November 8, 2021, 23:59 UTC

Motivation
In January, 2021, a contest called Challenge MIT/Harvard paper on Blockchain Faults in Election Systems was held, which crowdsourced arguments to defend the position that secure blockchain based elections are possible. As a result, community arguments were summarized in a joint Free TON community paper, which was used by the GBA to foster a discussion with US election officials

=nil; Foundation, as an initial member of the Free TON community developed an upgraded version of the TON Virtual Machine, which includes cryptographic primitives required for usage of zero-knowledge proof verification within virtualized applications. =nil; Foundation also prepared C++ (https://github.com/nilfoundation/cpp-ton) and Rust (https://github.com/nilfoundation/rust-ton) ZK proof verification instruction-enhanced TON protocol implementations

Now Free TON has all of the required technologies to run a blockchain mass voting implementation contest

Voting protocols inherently imply voter anonymity, but they should also support voter registration by authorities, so they usually get designed as Zero-Knowledge protocols (e.g. https://eprint.iacr.org/2017/585.pdf or https://eprint.iacr.org/2019/1270.pdf)

Target
Create a voting protocol using the recently submitted VERGRTH16 instruction and make it usable with the FreeTON protocol

Requirements
General requirements
  • Must be a correctly functioning FreeTON virtualized application deployed either to https://main.ton.dev (https://ton.live) or to https://net.freeton.nil.foundation(https://nil.ton.live or to https://live.freeton.nil.foundation)
  • Must Involve VERGRTH16 TVM instruction usage
  • Must ensure the bulletin maintains its integrity
  • Must ensure the ballot box is a non-malleable one
  • Must ensure that the ballot guarantees privacy of the voting message while also guaranteeing that the voter cannot reproduce their vote
  • Must allow the voter to verify the inclusion of their vote, and also ensure that others cannot coerce the voter to create a false ballot
  • The ballot must only be generated for eligible voters
  • Must ensure that voting results uniquely correspond to the ballots in the public board
  • Must ensure that ballots do not reveal voter identity to any entities, even authorities
  • Must ensure that ballots are unique to only the individual voting and there is no possibility for proxy votes
  • Must contain the following actor roles: ○ Voter. ○ Verifier. ○ Ballot Issuer
  • Must contain definitions for the following items: ○ Ballot. Required not to disclose the Voter's decision until the Ballot Issuer decides to. ○ Voter Registry. Proves a particular Voter is eligible to vote
  • Must contain a Ballot Issuer Voter registration procedure: ○ Voter generates some public identifier. ○ Voter submits the public identifier to the Ballot Issuer. ○ Ballot Issuer introduces the Voter's identifier to the Voter Registry
Additional requirements
  • Fraudulent ballot generation complexity should be no less than EdDSA over Ed25519 brute force complexity (not an extremely formal requirement, but it is okay since the public voter identifier could be, for example, a EdDSA public key)
  • Voting results disclosure should be not possible until the voting is ended. Evaluation criteria and winning conditions
  • Apart from uploading a submission, a code should be submitted in accordance with https://github.com/freeton-org/readme and deployed either to https://main.ton.dev (https://ton.live) or to https://net.freeton.nil.foundation (https://nil.ton.live or https://live.freeton.nil.foundation)
  • Each contestant should present their solution at a convenient time agreed upon in advance with DevEx Sub-governance members. A solution should include tests with clear instructions
  • If a test does not cover some scenarios, then jurors can develop their own tests; however, if the burden falls on the jurors, the contest submissions scores should lose some points
  • The solution should have an open source license
  • The solution should contain at least a draft of the architecture description which is implied to contain following parts: ○ In-TVM part. Proof verification part. This part is supposed to be done with `VERGRTH16` instruction usage and executed within the TVM. ○ Native part. Circuit definition. Proof generator
Reward
  • st prize - 600,000 TONs
  • nd prize - 300,000 TONs
  • rd prize - 100,000 TONs
  • th prize - 20,000 TONs
  • th prize - 18,000 TONs
  • th prize - 16,000 TONs
  • th prize - 14,000 TONs
  • th prize - 12,000 TONs
  • th prize - 10,000 TONs
  • th prize - 8,000 TONs

Landing pagehttps://zero.freeton.today/
Official newshttps://devex.gov.freeton.org/proposal?proposalAddress=0%3A22564170cd6e54121e89ff1338dd5ceca174530be2bd318c4521fefeebf8bb52
Chatshttps://t.me/freeton_dev_exp / https://t.me/FT_cryptography_SG
FREE TON wikihttps://ru.freeton.wiki/Free_TON_Wiki
Introduction to FREE TON (short course)https://freeton.academy/courses/introduction-to-free-ton-ru/
Coingecko - https://www.coingecko.com/ru/Криптовалюты/ton-crystal

7

Друзья - запустился новый конкурс для разработчиков у блокчейна Free TON. В данном конкурсе должна быть задействованна целая команда программистов, так как задача весьма сложная и многогранная. Требуется разработать протокол голосования с нулевым разглашением информации поверх недавно представленной инструкции проверки TVM Groth16

Дата проведения
August 9 - November 8, 2021, 23:59 UTC

Мотивация
В январе 2021 года был проведен конкурс под названием “Challenge MIT/Harvard paper on Blockchain Faults in Election Systems”, в котором собраны аргументы в защиту позиции, согласно которой безопасные выборы на основе блокчейна возможны. В результате аргументы сообщества были собраны в совместном документе сообщества Free TON, который был использован GBA для обсуждения с представителями избирательных комиссий США

=nil; Foundation, будучи первоначальным членом сообщества Free TON, разработал обновленную версию виртуальной машины TON, которая включает криптографические примитивы, необходимые для использования проверки доказательства с нулевым разглашением в виртуализированных приложениях. =nil;
Foundation также подготовил расширенную имплементацию протокола TON на C++
и на Rust

Теперь Free TON имеет все необходимые технологии для проведения конкурса по
внедрению массового голосования на блокчейне

Протоколы голосования по своей сути подразумевают анонимность избирателя, но
они также должны поддерживать регистрацию избирателей властями, поэтому они
обычно разрабатываются как протоколы с нулевым разглашением (например,
https://eprint.iacr.org/2017/585.pdf или https://eprint.iacr.org/2019/1270.pdf)

Цель
Создать протокол голосования с использованием недавно представленной инструкции VERGRTH16 и сделать ее пригодной для использования с протоколом FreeTON

Требования
Решение должно:

  • Быть корректно функционирующим виртуализированным приложением FreeTON, развернутым либо на https://main.ton.dev (https://ton.live), либо на https://net.freeton.nil.foundation 1 (https://nil.ton.live или https://live.freeton.nil.foundation)
  • Включать использование инструкции VERGRTH16 TVM
  • Обеспечивать валидность бюллетеня
  • Обеспечивать целостность урны для голосования
  • Гарантировать конфиденциальность голоса в бюллетене, а также гарантировать, что избиратель не сможет дублировать свой голос
  • Позволить избирателю проверить включение своего голоса, а также гарантировать, что другие не могут заставить избирателя создать фальшивый бюллетень
  • Бюллетень должен быть создан только для избирателей, имеющих право голоса
  • Гарантировать, что результаты голосования взаимно-однозначно соответствуют бюллетеням на общественной доске
  • Обеспечить, чтобы бюллетени не раскрывали личность избирателя никаким организациям, даже властям
  • Гарантировать, что бюллетени являются подходящими только для индивидуального голосования и нет возможности для голосования по доверенности
  • Содержать следующие роли: ○ Избиратель ○ Верификатор ○ Эмитент бюллетеней
  • Содержать определения для следующих элементов: ○ Бюллетень. Требуется не разглашать решение избирателя до тех пор, пока об этом не примет решение эмитент бюллетеней ○ Реестр избирателей. Доказывает, что конкретный избиратель имеет право голоса
  • Содержать порядок регистрации избирателя, выдавшего бюллетень: ○ Избиратель генерирует некий публичный идентификатор ○ Избиратель отправляет публичный идентификатор эмитенту бюллетеней ○ Эмитент бюллетеней вносит идентификатор избирателя в Реестр избирателей
Дополнительные требования
  • Сложность создания поддельного бюллетеня должна быть не меньше, чем сложность перебора подписи EdDSA на Ed25519 (не очень формальное требование, но это нормально, поскольку публичный идентификатор избирателя может быть, например, открытым ключом EdDSA)
  • Раскрытие результатов голосования не должно быть возможным до окончания голосования
  • Помимо загрузки заявки, код должен быть отправлен в соответствии с GitHub freeton-org/readme и развернут либо на https://main.ton.dev (https://ton.live), либо на https://net.freeton.nil.foundation 1 (https://nil.ton.live или https://live.freeton.nil.foundation)
  • Каждый участник должен представить свое решение участникам Sub GOV DevEx до окончания конкурса, заранее согласовав время с членами Sub GOV DevEx
  • Решение должно включать тесты с четкими инструкциями
  • Решение должно иметь лицензию с открытым исходным кодом
  • Решение должно содержать как минимум черновик описания архитектуры, которое, как предполагается, должно содержать следующие части: ○ Часть In-TVM. Часть проверки доказательства. Эта часть должна выполняться с использованием инструкции VERGRTH16 и выполняться внутри TVM ○ Нативная часть. Определение схемы. Генератор доказательств
Награды
  • st prize - 600,000 TONs
  • nd prize - 300,000 TONs
  • rd prize - 100,000 TONs
  • th prize - 20,000 TONs
  • th prize - 18,000 TONs
  • th prize - 16,000 TONs
  • th prize - 14,000 TONs
  • th prize - 12,000 TONs
  • th prize - 10,000 TONs
  • th prize - 8,000 TONs

Landing pagehttps://zero.freeton.today/
Официальная новостьhttps://devex.gov.freeton.org/proposal?proposalAddress=0%3A22564170cd6e54121e89ff1338dd5ceca174530be2bd318c4521fefeebf8bb52
Чаты разработчиков — https://t.me/freeton_dev_exp / https://t.me/FT_cryptography_SG
FREE TON wikihttps://ru.freeton.wiki/Free_TON_Wiki
Введение во FREE TON (краткий курс)https://freeton.academy/courses/introduction-to-free-ton-ru/
Coingecko - https://www.coingecko.com/ru/Криптовалюты/ton-crystal

8
Everscale Forum / DeSocial Managing Super Heroes Contest. Part I
« on: August 21, 2021, 10:28:31 AM »

This contest is proposed to select 12 social moderators (2 heroes per social media with no less than 6 hours daily coverage each) for a period of quarter - 3 months months to manage the main (not official, but recognizable) social networks of the Free TON project:

Twitter 2
Linkedin
Facebook 2
Reddit 1
Medium
Instagram



9

NeverMind the Shitcoins - это совершенно новый подкаст, ориентированный на криптовалюту, с различными викторинами

Поскольку каждый день на полях сражений за блокчейн происходит так много событий, то вы можете быть в курсе последних новостей. Ben Sunderland - решил взять умных людей, усадить их с напитками (по их желанию) и задать им несколько вопросов в стиле викторины о том, что происходит в мире волшебных интернет-денег (на английском)

Первый эпизод стартовал (15.07.21) и скоро отредактированная версия выйдет во всех хороших магазинах подкастов


Как убедиться, что вы ничего не пропустили?

Помимо актуальных вещей, есть множество других игр, интерактивных материалов и призов для слушателей, в которых можно принять участие сидя дома и поедая любимую пиццу! Это будет как в старые добрые времена радио, вроде того...

Также будут производиться различные розыгрыши в ЕТН и возможно других активах. Никакой уловки, просто подпишитесь на Twitter NVMTS и другие ресурсы, чтобы быть в курсе последних событий



10
Everscale News / Free TON Whitepaper
« on: August 11, 2021, 11:51:33 AM »
A draft version of the Whitepaper Free TON has appeared. Mitya Gorshevsky continues to work on the draft and believes that now is a good time to involve the community in discussing this vision. You can leave comments in this thread on the forum https://forum.freeton.org/t/free-ton-whitepaper/11404

Free TON Whitepaper - https://docs.google.com/document/u/0/d/1z88-Hu0T0gA1QC97H4h-gHZG1QeRisi435VY_-XJRoA/mobilebasi

11
NFTs & Collectibles / Bit Country - NFT metaverse
« on: July 07, 2021, 01:55:39 PM »



In the modern world, more and more emphasis is placed on decentralization, DAO and new technologies. It is no longer enough for society to simply unite into groups, communities to achieve its goals, and naturally there is a need to change the schemes of community management that we are used to

Bit Country is an open source project of the https://MVP.studio team, which combines the capabilities of WEB 3.0, NFT and DAO, giving everyone the opportunity to create their own virtual country, thereby empowering their communities in telegrams, twitter, etc. Each country will be decentralized, have its own economy, NFT objects (created by users) and be part of the blockchain network. Countries will be united into a common metaverse similar to the world we are used to, but with a playful touch in your web browser and the ability to trade NFT assets on a decentralized market

Bit Country Raises $ 4 Million in First Round of Funding


Continuum

Each country occupies a slot in the Continuum metaverse. Continuum, in turn, is community driven and all topography only appears through voting. New potential country slots become available through chain logic driven by already created countries and other ecosystem factors. As soon as a slot becomes available, it appears in the auction, where the highest bidder purchases the slot for their country. As soon as a country appears in the Continuum metaverse, it immediately begins to receive network rewards

After the creation of the country, develop the economy and increase the community, stimulating the most active of them, since as the community grows, your currency will increase in value on the exchange. Subsequently, both countries and individual NFT items can also be put up for auction, rewarding everyone who took an active part in the development


Tewai Chain

Polkadot - working on the Polkadot network allows for high resiliency and upgradeability without hard forks
DAO governance - NUUM coin holders shape the future of the entire network
NFT - Cross-chain compatibility makes it possible to exchange NFT items and tokens
EVM - provides developers with a compatible smart contract to create an application on our network
Gas Fee - Regulated Gas Fee balances value exchange and resource protection
Staking - stimulates the community and ensures network security


NUUM

NUUM will be the universal currency in the metaverse. It will be used for purchasing resources, staking, paying for gas, exchanging currencies and minting local tokens. Read more in the white paper


Why being an early adopter is beneficial?

For myself, I decided for sure that you need to always be in front of the train, or at least be in it, so I began to study various projects at the stage of their inception and study them as deeply as possible. Among other things, early followers always have pluses and are supported by devs - so if you do not see yourself as ambassadors, then at least join the social groups of the project in order to count on airdrops in the future:


If we consider Bit Country, then NFTs are possible for early adopters, lands in the future NFT metaverse with the possibility of selling them, various prizes and other surprises (according to the developers). You can never know exactly what will come of it, but at least subscribing is not difficult, but there is a chance to count on an airdrop
 

12



В современном мире все больше делается упор на децентрализацию, DAO и новые технологии. Обществу уже не достаточно просто объединяться в группы, сообщества для реализации своих целей и закономерно возникает необходимость изменения привычных нам схем управления сообществами

Bit country - это проект с открытым исходным кодом команды https://MVP.studio, который  объединяя возможности WEB 3.0, NFT и DAO дает каждому возможность создать свою виртуальную страну, тем самым расширить возможности своих сообществ в телеграм, твиттер и т.д.  Каждая страна будет управляться децентрализовано, иметь свою экономику, объекты NFT (создаваемые пользователями) и являться частью блокчейн сети. Страны будут объединены в общую метавселенную похожую на привычный нам мир, но с игровым оттенком в вашем web браузере и возможность торговать NFT активами на децентрализованном рынке


Continuum

Каждая страна занимает слот в метавселенной Continuum.  Continuum в свою очередь управляется сообществом и вся топография появляется только через голосование. Новые потенциальные слоты для стран становятся доступными через цепную логику, управляемую уже созданными странами и другими факторами экосистемы. Как только слот становится доступным, он появляется на аукционе, где пользователь предложивший самую высокую цену приобретает слот для своей страны. Как только страна появляется в метавселенной Continuum, то тут же начинает получать сетевые вознаграждения

После создания страны развивайте экономику и увеличивайте сообщество, стимулируя самых активных из них, так как по мере роста сообщества Ваша валюта будет расти в цене на бирже. В последствии как страны, так и отдельные предметы NFT могут быть также выставлены на аукцион, вознаграждая всех, кто принимал активное участие в развитии

Tewai Chain

Polkadot - работа в сети Polkadot позволяет обеспечивать высокую отказоустойчивость и возможность обновления без хард форков
Управление DAO - держатели монеты NUUM формируют будущее всей сети
NFT - Cross-chain совместимость дает возможность обмениваться NFT предметами и токенами
EVM - предоставляет разработчикам совместимый смарт-контракт для создания приложения в нашей сети
Gas Fee - регулируемая плата за газ обеспечивает баланс обмена ценностями и защиты ресурсов
Staking - стимулирует сообщество и гарантирует защищенность сети

NUUM

NUUM будет являться универсальной валютой в метавселенной. Будет использоваться для покупки ресурсов, стейкинга, оплаты за газ, обмена валюты и чеканки локальных токенов. Боле е подробно читайте в белой книге



Quote
ПРЕДУПРЕЖДЕНИЕ
Официальных публичных продаж Bit.Country НЕТ. Пожалуйста, сообщайте о любых случаях команде по адресу [email protected]

13
Everscale Forum / Ton Tips - open publishing platform for everyone
« on: June 16, 2021, 08:02:15 AM »
Ton Tips is an open publishing platform for everyone


Now you can easily submit your Free TON projects by simply posting an article about them at ton.tips We also want to provide quality educational content. There are several guides for developers and users on how to get started with Free TON

Our mission is to make information more accessible. Our main goal is to develop the community and attract more people to Free TON

When creating Waifuston, we had to study a lot of material and get deeply acquainted with Free TON. Therefore, we want to share our knowledge and allow everyone to share their experience

You can log in to the site via telegram and start writing right now!

So ton.tips is not just a side project, it is a big step forward into the future of NFT

14
Everscale Forum / Corona Subgovernance proposal - for or against?
« on: June 13, 2021, 09:54:04 AM »
The Free TON Forum is filled with proposals for partnerships, competitions and new organizations. One such proposal is the creation of the Corona Subgovernance, a sub-department aimed at helping those in need in the era of coronavirus infection

So on May 20, 2021, on the Free TON forum, the user India made a proposal to create a Corona Subgovernance. A community member  India explains the relevance of the proposal by the fact that the Free TON blockchain was created in the era of coronavirus infection

The proposal is currently reserved for future updates, but discussions are ongoing to this day - https://forum.freeton.org/t/corona-subgovernance/10560

Is it worth creating such a Subgovernance - is it necessary or not?

15
Everscale Forum / Results of the competition "Ringing Coin"
« on: May 31, 2021, 07:45:33 AM »
The Free TON community chose the best unique token in a competition to get the image of the first NFT coin to celebrate the platform's anniversary.

1st place



2nd place



3rd place




Pages: [1] 2 3
ETH & ERC20 Tokens Donations: 0x2143F7146F0AadC0F9d85ea98F23273Da0e002Ab
BNB & BEP20 Tokens Donations: 0xcbDAB774B5659cB905d4db5487F9e2057b96147F
BTC Donations: bc1qjf99wr3dz9jn9fr43q28x0r50zeyxewcq8swng
BTC Tips for Moderators: 1Pz1S3d4Aiq7QE4m3MmuoUPEvKaAYbZRoG
Powered by SMFPacks Social Login Mod