Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethereumdegen/lava-token
A mutation token for 0xBTC that adds the lava system for pay-fee-with-token
https://github.com/ethereumdegen/lava-token
Last synced: 21 days ago
JSON representation
A mutation token for 0xBTC that adds the lava system for pay-fee-with-token
- Host: GitHub
- URL: https://github.com/ethereumdegen/lava-token
- Owner: ethereumdegen
- Created: 2019-03-14T02:04:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:24:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T06:25:19.851Z (about 1 month ago)
- Language: Solidity
- Size: 3.22 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lava Token
EIP 721:
https://github.com/ethereum/EIPs/blob/master/assets/eip-712/Example.js### Testing
npm install
1. run 'ganache-cli' in another terminal
2. copy account address and pkey into the /test file LavaWallet.js
3. 'npm run test'TO VERIFY:
1. Had to flatten so libs were inside the one file
2. Deploy using Remix, it actually deployed two contracts (ecrecovery and lavawallet)
3. Verified ecrecovery by itself
4. Used the new Beta validator with the FULL flat file, point at the ecrecovery lib by address as well## issues
https://github.com/aragon/aragon-cli/issues/225