Skip to content

Commit

Permalink
Merge pull request kwilteam#1 from bm777/patch-1
Browse files Browse the repository at this point in the history
Update Readme.md
  • Loading branch information
ttheolier authored Jun 7, 2022
2 parents 0735059 + a4cc8ff commit a95c3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import KwilDB from 'kwildb';
## Creating a Kwil Data Moat
Any person can create a moat on Kwil DB. For the time being, we are allowing anybody to do so for free, however in the future, it will cost a token.
```js
const myMoat = await await KwilDB.createMoat('https://test-db.kwil.xyz', 'test-moat', 'mySuperSecretPassword', 'myWalletAddr')
const myMoat = await KwilDB.createMoat('https://test-db.kwil.xyz', 'test-moat', 'mySuperSecretPassword', 'myWalletAddr')
const privateKey = myMoat.privateKey
const secret = myMoat.secret
```
Expand Down Expand Up @@ -214,4 +214,4 @@ If you are using Ionic/Angular at a version >5 you may run into a build error in
a work around for this is to go into your node-modules and at `/angular-cli-files/models/webpack-configs/browser.js` change the `node: false` to `node: {crypto: true, stream: true}` as mentioned [here](https://github.com/ethereum/web3.js/issues/2260#issuecomment-458519127)
Another variation of this problem was an [issue opned on angular-cli](https://github.com/angular/angular-cli/issues/1548)
Another variation of this problem was an [issue opned on angular-cli](https://github.com/angular/angular-cli/issues/1548)

0 comments on commit a95c3e6

Please sign in to comment.