https://github.com/masaun/matic-plasma-backed-asset-swap
This is dApp of plasma backed asset swap by using MaticNetwork
https://github.com/masaun/matic-plasma-backed-asset-swap
maticnetwork reactjs solidity truffle
Last synced: 2 months ago
JSON representation
This is dApp of plasma backed asset swap by using MaticNetwork
- Host: GitHub
- URL: https://github.com/masaun/matic-plasma-backed-asset-swap
- Owner: masaun
- Created: 2020-01-25T13:55:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T14:32:45.000Z (over 5 years ago)
- Last Synced: 2025-02-02T10:43:11.226Z (4 months ago)
- Topics: maticnetwork, reactjs, solidity, truffle
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matic Plasma Backed Asset Swap
***
## 【Introduction of Matic Plasma Backed Asset Swap】
- This is dApp of plasma backed asset swap by using MaticNetwork
***
## 【Setup for testing system behavior in frontend】
### Setup wallet by using Metamask
1. Add MetaMask to browser (Chrome or FireFox or Opera or Brave)
https://metamask.io/2. Adjust appropriate newwork below
```
● In case of using MaticNetwork
https://testnetv3.matic.network● In case of using Ropsten Test Network
Ropsten Test Network
```
### Setup backend
1. Deploy contracts to Ropsten Test Network
```
(root directory)● In case of using MaticNetwork
$ npm run migrate:matic● In case of using Ropsten Test Network
$ npm run migrate:ropsten
```
### Setup frontend
1. Execute command below in root directory.
```
$ npm run client
```2. Access to browser by using link
```
http://127.0.0.1:3000
```
***
## 【Work flow】
***
## 【References】
- Workshop of Matic Network
https://www.youtube.com/watch?v=-DvONglu_Qc- Document of Matic Network
- Get Started
https://docs.matic.network/2-min-guide-to-matic/- Swap ERC20 and ERC721
https://docs.matic.network/swap-assets/- Reference repos of Matic Network
- Contract of Matic Network
https://github.com/maticnetwork/contracts- matic.js
https://github.com/maticnetwork/matic.js/tree/master/examples/node- ethindia-workshop
https://github.com/maticnetwork/ethindia-workshop- asset-swap-tutorial
https://github.com/nglglhtr/asset-swap-tutorial- ETH India Online hackathon's article which prize is written
https://blog.matic.network/matic-network-provides-5k-of-bounties-for-ethindia-online-hackathon/- Discord
- https://discordapp.com/channels/538672958110171137/669399028336820265
- https://discordapp.com/channels/538672958110171137/669263132132245530