Coder Social home page Coder Social logo

djob's Introduction

Djob 是一个基于互联网计算机的工作信息分享平台。你可以在上面免费发布工作信息,或者付费将工作信息置顶。

本项目有两个目的:

  • 连接区块链从业者与产业最前线。
  • 探索互联网计算机上的应用模式,以及登录与支付等功能。

互联网计算机(Internet Computer)是 Dfinity 基金会推出的自适应区块链,其智能合约(canister)可以承载传统 web 应用,因此也可以理解为一种去中心化的云服务平台(类比AWS、阿里云)。

运行

项目后端使用 Motoko 语言开发,前端使用 React 框架开发。

  1. 安装 Internet Computer 本地环境
sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
  1. clone 并进入项目
git clone https://github.com/futingfei/djob.git && cd djob
  1. 运行本地环境并安装依赖
dfx start --background

npm install
  1. 部署应用
dfx deploy

如果没有报错的话,找到输出结果中如下的字段:

... Installing code for canister djob_assets, with canister_id ryjl3-tyaaa-aaaaa-aaaba-cai ...

然后访问 http://127.0.0.1:8000/?canisterId=ryjl3-tyaaa-aaaaa-aaaba-cai (将 ryjl3-tyaaa-aaaaa-aaaba-cai 替换你对应字符串)。

相关资料

djob's People

Contributors

fifteen42 avatar

Stargazers

 avatar  avatar  avatar

Forkers

xiaoyuanxun

djob's Issues

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.