Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
72e93aa3
Commit
72e93aa3
authored
Mar 02, 2021
by
袁兴强
Committed by
vipwzw
Mar 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add evidence readme
parent
da6a4baa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
README.md
plugin/dapp/wasm/contracts/evidence/README.md
+11
-0
No files found.
plugin/dapp/wasm/contracts/evidence/README.md
0 → 100644
View file @
72e93aa3
```bash
# 发布合约
./chain33-cli send wasm create -n evidence -p evidence合约路径 -k 用户私钥
# 调用合约
# -p 0 表示传给set方法的参数
# -v "string1","string2","string3" 表示设置三个环境变量,可以在合约内部分别调用getENV(0), getENV(1), getENV(2)读取
./chain33-cli send wasm call -n evidence -m set -p 0 -v "string1","string2","string3" -k 用户私钥
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment