https://github.com/hackjutsu/blockchain-inbox
💰 Code playground for Solidity
https://github.com/hackjutsu/blockchain-inbox
Last synced: about 1 year ago
JSON representation
💰 Code playground for Solidity
- Host: GitHub
- URL: https://github.com/hackjutsu/blockchain-inbox
- Owner: hackjutsu
- Created: 2018-07-29T18:51:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T22:48:47.000Z (over 7 years ago)
- Last Synced: 2025-02-07T20:12:48.334Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inbox
A simple blockchain contract for inbox backed by Ethereum.
# Run
```
npm install
node deploy.js
```
# Test
```
npm run test
```
# License
MIT