Skip to content

Commit f4f253f

Browse files
committed
coins -> Bitcoin
1 parent 054ac03 commit f4f253f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README-zhchs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 第一课 一步一步教你用nodejs创建一个Mixin Network机器人
22
[Mixin Network](https://mixin.one) 是一个免费的 极速的端对端加密数字货币交易系统.
3-
在本章中,你可以按教程在Mixin Messenger中创建一个bot来接收用户消息, 学到如何给机器人转帐 或者 让机器人给你转账.
3+
在本章中,你可以按教程在Mixin Messenger中创建一个bot来接收用户消息, 学到如何给机器人转**比特币** 或者 让机器人给你转**比特币**.
44

55

66
## 课程简介
77
1. [创建一个接受消息的机器人](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README-zhchs.md#创建你的第一个机器人)
8-
2. [机器人:接受加密货币并立即退还用户](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README2-zhchs.md)
8+
2. [机器人接受比特币并立即退还用户](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README2-zhchs.md)
99

1010
## 创建一个接受消息的机器人
1111
通过本教程,你将学会如何用nodejs创建一个机器人APP,让它能接受消息.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Mixin Messenger application development tutorial in Node.js
2-
This tutorial will let you know how to write a Mixin Messenger bot in Node.js. The bot can receive and response to user's message. User can pay token to bot and bot can transfer token to user.
2+
This tutorial will let you know how to write a Mixin Messenger bot in Node.js. The bot can receive and response to user's message. User can pay Bitcoin to bot and bot can transfer Bitcoin to user.
33

44
## Index
55
1. [Create bot and receive message from user](https://github.com/wenewzhang/mixin_network-nodejs-bot2#create-bot-and-receive-message-from-user)
6-
2. [Receive token and pay token](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README2.md)
6+
2. [Receive and send Bitcoin](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README2.md)
77

88
## Create bot and receive message from user
99
You will create a bot in Mixin Messenger to receive user message after read the chapter.

README2-zhchs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[上一篇教程中](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README-zhchs.md), 我们创建了自动回复消息的机器人。
22

3-
# 第二课: 机器人接收与处理加密货币
3+
# 第二课: 机器人接受比特币并立即退还用户
44
按本篇教程后学习后完成后,你的机器人将会接受用户发送过来的加密货币,然后立即转回用户。
55

66
在开始之前, 开发者需要准备一些config.js的必备参数。

README2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
In [last chapter](https://github.com/wenewzhang/mixin_network-nodejs-bot2/blob/master/README.md), we create our first app.
22

3-
# Receive and send token
4-
Your bot can receive token from user and then pay it back immediately after read the chapter.
3+
# Receive and send Bitcoin
4+
Your bot can receive Bitcoin from user and then pay it back immediately after read the chapter.
55

66
### Fill AES key
77
Now you need to fill some missing parameters in the config.js file.

0 commit comments

Comments
 (0)