coins icon indicating copy to clipboard operation
coins copied to clipboard

Cryptocurrency middleware for Lotion

Results 5 coins issues
Sort by recently updated
recently updated
newest added

We can give each account its own number, incrementing from a global nonce every time a new account is created (similar to how it is done in [`cosmos-sdk`](https://github.com/cosmos/cosmos-sdk)). This lets...

got this error when `node wallet.js` ``` Error: "privkey" must be a 32-byte Buffer at new Wallet (/Users/shlee/dvlp/dApp/6Cosmos/Coins/coins/src/wallet.js:12:13) at Function.WrapperClass [as wallet] (/Users/shlee/dvlp/dApp/6Cosmos/Coins/coins/node_modules/old/lib/index.js:13:12) at main (/Users/shlee/dvlp/dApp/6Cosmos/Coins/wallet.js:10:30) at at process._tickCallback (internal/process/next_tick.js:182:7)...

Using metamask ethereum accounts and signatures will be a good form of convenience to accelerate adoption. Metamask has created an arbitrary signature scheme for signing messages, the details are a...