metaplex/js
Jordan Prince 580251293e
Try catch for failed txns (#471)
* fix some boolean checks and add check for 0 sol

* Fixes for eligible count, not having enough sol, and couple other things like rug verbiage

* Make punching faster in cli and make rug screen better

* Added try catches for errors around txns
2021-09-22 19:36:29 -05:00
..
assets/wallets New frontend only 2021-06-02 09:35:28 -05:00
packages Try catch for failed txns (#471) 2021-09-22 19:36:29 -05:00
.eslintrc.js Fix: eslint configuration + fix and reformat existing code + eslint as step for lint-staged 2021-09-06 13:22:36 +03:00
README.md New frontend only 2021-06-02 09:35:28 -05:00
deploy-web.bat Create deploy script for Windows (#62) 2021-06-19 13:23:02 -05:00
deploy-web.sh fix: build 2021-06-23 10:26:48 -04:00
lerna.json New frontend only 2021-06-02 09:35:28 -05:00
package.json The Fair Launch Protocol (#367) 2021-09-21 13:33:22 -05:00
tsconfig.json New frontend only 2021-06-02 09:35:28 -05:00
yarn.lock The Fair Launch Protocol (#367) 2021-09-21 13:33:22 -05:00

README.md

Setup

Be sure to be running Node v12.16.2 and yarn version 1.22.10.

yarn bootstrap

Then run:

yarn start

You may have to rebuild your package more than one time to secure a running environment.

Known Issues

Can't find CSS files in common

Common currently uses a less library to compile down less files into css in both the src directory for the TS server in vscode to pick up and in the dist folder for importers like lending and proposal projects to pick up. If you do not see these files appear when running the npm start lending or other commands, and you see missing CSS errors, you likely did not install the packages for common correctly. Try running:

lerna exec npm install --scope @oyster/common to specifically install packages for common.

Then, test that css transpiling is working:

lerna exec npm watch-css-src --scope @oyster/common and verify css files appear next to their less counterparts in src.

⚠️ Warning

Any content produced by Solana, or developer resources that Solana provides, are for educational and inspiration purposes only. Solana does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations.