https://github.com/rnhttr/typto
dApp for sending tips to web apps and donations to charities
https://github.com/rnhttr/typto
Last synced: over 1 year ago
JSON representation
dApp for sending tips to web apps and donations to charities
- Host: GitHub
- URL: https://github.com/rnhttr/typto
- Owner: RNHTTR
- Created: 2021-09-10T20:21:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T16:05:40.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T21:17:23.190Z (over 1 year ago)
- Language: Rust
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typto
dApp for sending tips to web apps and donations to charities
## How to use
### Prerequisites
1. Install [node & npm](https://nodejs.dev/learn/how-to-install-nodejs).
2. Install the [yarn package manager](https://yarnpkg.com/getting-started/install).
3. Use yarn to deploy the site to `localhost:1234` and the contract to the near testnet: `yarn dev:deploy`.
### Typto
1. Navigate to `localhost:1234`.
2. Sign into your near testnet wallet.
3. Enter the contract you'd like to tip and the amount to tip.
4. Click `Send Tip`!
## TODO
- Allow receivers to register themselves
- Allow users to search for registered recipients
- Linkdrop to allow users to proactively register recipients
- Convert front-end to chrome/firefox extension
- Parameterize front-end to point to localnet/testnet/mainnet based on `package.json`
- Keep form values in index.html after signing into near wallet