Code Monkey home page Code Monkey logo

docs's Introduction

👋 Welcome to PlatON Documentation!

This is the repo for the devdocs.platon.network/docs website, a resource for the PlatON community. The purpose of the site is to be the best documentation portal to PlatON for our growing global community.

Running Locally

Clone the Repo

git clone https://github.com/PlatONnetwork/docs.git && \
cd docs && \
cd website

Install dependencies

Install yarn. In website folder:

yarn install

Preview the site

In website folder:

yarn start # English
yarn start:zh # 中文

Then you should be able to preview the website at http://localhost:3000/ in your browser.

docs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docs's Issues

【Bounty】MetaMask配置PlatON|Alaya 主网/开发网教程

概述

为社区编写MetaMask配置PlatON|Alaya 主网/开发网教程
要求:从安装到配置完整介绍,主要详细介绍各种方式的配置流程,以及测试确认,异常和常见问题。
目前有两种方式:
1,手动配置-MetaMask内自定义
2,通过Chainlist网站配置-已上架PlatON开发网,Alaya开发网

P/A开发网

PlatON Dev Test Network

Network Name: PlatON Dev Network
New RPC URL:

Chain ID:210309
Currency Symbol:LAT
Block Explorer URL: https://devnetscan.platon.network/

Alaya Dev Test Network

Network Name: Alaya Dev Network
New RPC URL:

Chain ID:201030
Currency Symbol:ATP
Block Explorer URL: https://devnetscan.alaya.network/

P/A主网

PlatON MainNetwork

Network Name: PlatON MainNetwork
New RPC URL: https://openapi.platon.network/rpc
Chain ID:100
Currency Symbol:LAT
Block Explorer URL: https://scan.platon.network/

AlayaMainNetwork

Network Name: Alaya MainNetwork
New RPC URL: https://openapi.alaya.network/rpc
Chain ID:201018
Currency Symbol:ATP
Block Explorer URL: https://scan.alaya.network/

报名

本issue回复,回复报名+交付时间+奖励接收地址

奖励

1000LAT

项目无法在Local运行

按照readme.md说明, yarn && yarn start执行之后, 在localhost:300下不能访问到docs目录:
页面提示错误: Cannot GET /docs/,
控制台输出信息:
image

【Bounty】Translation of WASM tutorial documents

Overview

Translate the content under PlatON Doc-WASM tutorials into English

https://devdocs.platon.network/docs/zh-CN/WASM_Contract_1
1644826232(1)

Requirements

  • Ability to read and understand Chinese, native English or professional level 6
  • Knowledge of common blockchain technology terminology, accurate wording and no grammatical errors
  • Not machine translatable

Rward

550 LAT/article

Sign up and Delivery

Sign up:

Only 1 people will be accepted, this post will reply "Sign up+ Delivery time + Reward receiving address + Contact information + Personal background profile"

Delivery:

First posted to the LatticeX Forum (https://forum.latticex.foundation/),this post replies to the tutorial link.
When the review confirms that there are no problems, submit this repository via PR

Any questions please contact:
Telegram: https://t.me/Boneybi , Discord: https://discord.gg/GTbFshp9sw

How to participate current test network

I follow with document 'to be a node',it seems doesn't completed.when I run below command :

mkdir -p ~/platon-node/data && keytool genkeypair | tee >(grep "PrivateKey" | awk '{print $2}' > ./data/nodekey) >(grep "PublicKey" | awk '{print $3}' > ./data/nodeid)

I got this

Illegal option:  genkeypair
Key and Certificate Management Tool

Can you help me to deploy a node participate current test network ?

【Bounty】Dapp integration with Walletconnect development guide for connecting to ATON wallets and signing transactions

The Walletconnect protocol is now supported by ATON.

Junior community developers are being guided through the integration of the Dapp (web) Walletconnect protocol and the implementation of a connection to the ATON wallet and the authorisation of transactions to be signed.

We are now looking for community developers to integrate and test mobile signatures based on the relevant Dapp Demo and output a detailed development guide (in the form of a document or video).

Walletconnect short description document: https://devdocs.platon.network/docs/zh-CN/walletconnect_tutorial

DM Telegram: https://t.me/Boneybi ,Discord:https://discord.gg/GTbFshp9sw

【Bounty】Best practice tutorial - MetaMask with PlatON SDK to build, sign and send WASM transactions

Overview

A best practice tutorial on building transactions using PlatON's SDK, signing them with the MetaMask wallet and sending WASM transactions via PlatON's SDK.
Requirements: clear and complete content for beginners, with the possibility of recording video tutorials.

Sign up

This issue replies to.
Sign up + delivery time + address to receive the reward + contact details

Reward

1800LAT

Any questions please contact:
Telegram: https://t.me/Boneybi , Discord: https://discord.gg/GTbFshp9sw

JS SDK 文档描述问题

JS SDK 的文档中存在两处问题:

  1. 对于 node 、npm版本有要求,但实际没明确标注
  2. 安装 sdk 的描述不太对,按照如下方式会找不到包。实际 npm i "PlatONnetwork/client-sdk-js#master"可以安装。

image

麻烦确认下文档描述是否存在问题,还是我安装有误?

安装platon的几处问题

源码安装PlatON文档中
在执行到编译时, 出现几个问题

cd $GOPATH/src/github.com/PlatONnetwork/PlatON-Go
go run build/ci.go install ./cmd/platon
go run build/ci.go install ./cmd/platonkey

  1. 无法执行编译, go第三方包需要安装 , 需要先执行 go mod download .

  2. go mod download 后, 依旧无效 需要先执行 go mod tidy, 再进行 go mod download

  3. 完成以上步骤后, 进行编译 , 编译过程后报错, 且只生成了 ./cmd/platon 文件 并没有如文档所说生成 ./cmd/platonkey 文件
    1636517776(1)
    image

  4. 请给予帮助

【Bounty】DApp Quick Migration Tutorial

PlatON version 1.1.1 is fully compatible with Ethereum. Using the existing mature and rich Ethereum tools and resources, developers can quickly carry out application expansion and innovative practices on PlatON, which has privacy features, high performance and low fees.

Overview

This tutorial is designed to help community users quickly learn and understand how to migrate Ethereum Dapps to the PlatON network (taking the PlatON development network as an example)

Requirements

The tutorial needs to include migration example demonstrations, and it needs to be migrated based on the mainstream development tools of Ethereum, such as Truffle, Remix, MetaMask, etc.
The content of the tutorial is clear and comprehensive, suitable for beginners.
Tutorial format: video or document
Reference: https://alaya.network/alaya-devdocs/en/DApp_migrate

Rward

2800 LAT

Sign up and Delivery

Sign up: Only 2 people will be accepted, this post will reply "Sign up+ Delivery time + Reward receiving address + Contact information + Personal background profile"

Delivery: Posted to LatticeX Forum (https://forum.latticex.foundation/), this post replies to the tutorial link.

Any questions please contact:
Telegram: https://t.me/Boneybi , Discord: https://discord.gg/GTbFshp9sw

microblogging 的合约有欠缺

缺少用户捐赠给当前合约的函数(因为没看到payable,所以我想不出来其他用户要怎么给合约捐款,然后合约哪里有余额给adminAccount呢?🤣🤣🤣)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.