https://github.com/bsdelf/eos-contract-demo
eos contract demo
https://github.com/bsdelf/eos-contract-demo
Last synced: 6 days ago
JSON representation
eos contract demo
- Host: GitHub
- URL: https://github.com/bsdelf/eos-contract-demo
- Owner: bsdelf
- Created: 2018-10-26T02:51:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T03:09:58.000Z (over 6 years ago)
- Last Synced: 2025-04-06T23:45:59.294Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image
```sh
docker pull eosio/eos
./run.sh
alias cleos='docker exec -it eosio /opt/eosio/bin/cleos --url http://127.0.0.1:7777 --wallet-url http://127.0.0.1:5555'
```# Toolchain
```sh
brew tap eosio/eosio
brew install eosio
brew tap eosio/eosio.cdt
brew install eosio.cdt
```Now you should finish the first step of the introduction (see links).
# Demo
```sh
cd addressbook
./deploy.sh
```# Links
- [https://developers.eos.io/eosio-home/docs/introduction](https://developers.eos.io/eosio-home/docs/introduction)
- [https://github.com/EOSIO/eosio.contracts](https://github.com/EOSIO/eosio.contracts)