https://github.com/shrimpliu/wesupporteos
We Support EOS
https://github.com/shrimpliu/wesupporteos
Last synced: 7 days ago
JSON representation
We Support EOS
- Host: GitHub
- URL: https://github.com/shrimpliu/wesupporteos
- Owner: shrimpliu
- Created: 2021-10-28T06:51:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T06:51:55.000Z (over 3 years ago)
- Last Synced: 2025-03-23T10:16:41.287Z (3 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# We Support EOS
## deploy the contract
### build
```shell
eosio-cpp wesupporteos.cpp -o wesupporteos.wasm
```### deploy
```shell
cleos set contract {{CONTRACT_ACCOUNT}} ./ wesupporteos.wasm wesupporteos.abi
```### add eosio.code permission
```shell
cleos set account permission {{CONTRACT_ACCOUNT}} active --add-code
```## use
### how to donate
transfer EOS to the contract with memo of eden member account
### how to claim
push the action `claim`