GithubHelp home page GithubHelp logo

fibos.io's Introduction

FIBOS 官方教程

官方网站: https://fibos.io

社区文档 Git 提交规范

Fork 项目

将 fibos.io 项目 fork 到你的仓库中,项目地址: https://github.com/FIBOSIO/fibos.io

拉取本地仓库代码

//例如:你的 GitHub 账户名为:OrioGod
git clone [email protected]:OrioGod/fibos.io.git

添加你要提交的文件

  • 1 cd fibos.io/docs/fromcommunity/ipcolumn

  • 2 创建属于你自己的专栏文件夹,例如 zzx,然后在文件夹中新建 README.mdSUMMARY.md 两个文件

  • 3 添加 markdown 格式文档 如 fibosapibasics.md

  • 4 在 README.md 中添加文档的路由 如 - [fibos.js API 基础篇](./fibosapibasics.md)

  • 5 在 SUMMARY.md 中添加文档的路由 如 - [fibos.js API 基础篇](./fibosapibasics.md)

提交代码到本地仓库

git add .
git commit -m "update:add zzx column and fibosapibasics.md"
git push origin master

从本地仓库提交 pull request 到远端仓库

在本地仓库中点击 New Pull Request 新建一个 PR

fibos.io's People

Contributors

deepure avatar emiyagm avatar fengluo avatar getive avatar hellllll0world avatar jaraxuss avatar oriogod avatar sarufarr avatar wxsimon avatar xicilion avatar xieyuh403 avatar zcsadsa avatar zzhtom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fibos.io's Issues

教程上面有一个小问题

我按照文档顺序看下来= =

fibos.load("http", {
    "http-server-address": "0.0.0.0:8889"
});

然后改了http的端口

后面在获取区块的时候,用的是8888

var config = {
    "chainId": "cf057bbfb72640471fd910bcb67639c22df9f92470936cddc1ade0e2f2e7dc4f",
    "producer-name": "eosio",
    "public-key": "EOS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
    "private-key": "5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3",
    "httpEndpoint": "http://127.0.0.1:8888",
};

= =,我找了很久的Bug。。。。。。。。感觉可以加个小提示。

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.