metaplex/js
Tom Etminan f6e6a7b776
makes lottery fair (#652)
previous lottery gave first & last members of the chosen array around half the probability of winning vs. other participants since 0.5-1.5 rounds to 1 but only <0.5 rounds to zero.
2021-10-07 11:09:30 -05:00
..
assets/wallets New frontend only 2021-06-02 09:35:28 -05:00
packages makes lottery fair (#652) 2021-10-07 11:09:30 -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
.tool-versions fix: remove duplicate metdata caused by searching all whitelisted creators for the store 2021-09-27 17:26:42 -07: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 support node 16 2021-09-29 08:05:09 -07:00
tsconfig.json New frontend only 2021-06-02 09:35:28 -05:00
yarn.lock [Feature] Generative art within the Candy Machine Command line (#506) 2021-09-28 10:28:42 -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.