https://github.com/andreypostal/shared-wallet-dapp
Just a fast first dapp to play with it and learn something, idk, it has a lot to improve but it was fun as a first contact project. I'm 100% sure that soon i will find some fancy solution for the tricks that i had to do sometimes.
https://github.com/andreypostal/shared-wallet-dapp
dapp drizzle solidity solidity-dapps truffle vue
Last synced: 2 months ago
JSON representation
Just a fast first dapp to play with it and learn something, idk, it has a lot to improve but it was fun as a first contact project. I'm 100% sure that soon i will find some fancy solution for the tricks that i had to do sometimes.
- Host: GitHub
- URL: https://github.com/andreypostal/shared-wallet-dapp
- Owner: andreypostal
- License: mit
- Created: 2022-03-06T07:29:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T07:40:40.000Z (over 4 years ago)
- Last Synced: 2025-06-01T15:24:05.454Z (about 1 year ago)
- Topics: dapp, drizzle, solidity, solidity-dapps, truffle, vue
- Language: Vue
- Homepage:
- Size: 267 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shared Wallet Dapp
Just a fast first dapp to play with it and learn something, idk, it has a lot to improve but it was fun as a first contact project. I'm 100% sure that soon i will find some fancy solution for the tricks that i had to do sometimes.

It uses VueJS, Drizzle and Truffle and i'm also using Ganache.
My RPC server is running on
```
HTTP://127.0.0.1:7545
```
So, after having your server up and running, you should run yarn to install the dependencies and configure the truffle-config.js network and then migrate the contracts with:
```
yarn install
truffle migrate
```
For the vue app, just enter the vapp folder and on terminal, type:
```
yarn install
yarn serve
```
Oh.. and i'm using MetaMask. Remember to import your accounts, create the network, etc.