/near-blog

Primary LanguageJavaScript

Near Blog dApp

Near Blog dApp is a decentralized application built on the Near Protocol blockchain that allows users to create and publish blog posts in a secure and censorship-resistant manner. It provides a platform for content creators to share their thoughts, ideas, and stories with a global audience without relying on traditional centralized platforms.

The Near Blog dApp leverages the benefits of blockchain technology, such as immutability, transparency, and decentralization, to ensure that blog posts are tamper-proof and cannot be altered or removed by anyone, including the platform itself. This gives users full ownership and control over their content.

In addition to publishing blog posts, the Near Blog dApp also enables users to interact with each other through comments, likes, and shares. This fosters a sense of community and engagement among users, allowing them to connect and collaborate with like-minded individuals.

The Near Blog dApp utilizes the Near Protocol's low transaction fees and fast confirmation times, making it cost-effective and efficient for users to create and publish content. It also benefits from the scalability and security features of the Near blockchain, ensuring a seamless and secure user experience.

Overall, the Near Blog dApp provides a decentralized alternative to traditional blogging platforms, empowering content creators to freely express themselves and connect with their audience in a secure and censorship-resistant manner.

NEAR CLI

The following commands can be utilized for different purposes within the NEAR blockchain system:

  • near login: Enables the storage of the full access key locally.
  • near state: Access and view the general details of an account.
  • near send: Facilitates the transfer of tokens from one account to another.
  • near deploy: Deployed contract to the blockchain.
  • near dev-deploy: Deployed contract on the TestNet.
  • near call: Execution contract call, which can involve either changing or viewing methods.
  • near view: Specifically for viewing methods, without any changes being made.

Deploy Smart Contract

First, you need to login

near login

Deploy to dev account (testnet only)

Todo