metaplex/js
jon wong 048ddd6bac
Add `verify_token_metadata` command (#441)
* Add `verify_token_metadata` command

* Removing async wrapper as it was causing some strange traces

* Removing comment

* Checking against `image.png`

* Sorting

* Removing absolute path from snapshot

* Set node version

* only running tests in the CLI
2021-09-26 17:20:57 -05:00
..
assets/wallets New frontend only 2021-06-02 09:35:28 -05:00
packages Add `verify_token_metadata` command (#441) 2021-09-26 17:20:57 -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 Fix minimum nodejs requirements (#482) 2021-09-24 13:06:10 -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 Fix minimum nodejs requirements (#482) 2021-09-24 13:06:10 -05:00
tsconfig.json New frontend only 2021-06-02 09:35:28 -05:00
yarn.lock Add `verify_token_metadata` command (#441) 2021-09-26 17:20:57 -05:00

README.md

Setup

Be sure to be running Node v14.17.6 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.