Update README.md
This commit is contained in:
parent
03c4939f29
commit
0b28732527
1 changed files with 2 additions and 7 deletions
|
@ -43,10 +43,9 @@ Using the last 64 bits of the provided 128-bit CID, you are required to implemen
|
||||||
|
|
||||||
You can submit your solution as a ZIP file containing the project files (mail it to [hayzam@difuse.io](mailto:hayzam@difuse.io)). Include a README file with instructions on how to run the application and any additional information you consider relevant.
|
You can submit your solution as a ZIP file containing the project files (mail it to [hayzam@difuse.io](mailto:hayzam@difuse.io)). Include a README file with instructions on how to run the application and any additional information you consider relevant.
|
||||||
|
|
||||||
|
|
||||||
** OR **
|
** OR **
|
||||||
|
|
||||||
You can host your solution and share the link with us. (Please ensure the link is accessible and the application is running.)
|
You can put it on a git repository and give read access to [hayzam](mailto:hayzam@difuse.io).
|
||||||
|
|
||||||
## Evaluation Criteria
|
## Evaluation Criteria
|
||||||
|
|
||||||
|
@ -54,8 +53,4 @@ You can host your solution and share the link with us. (Please ensure the link i
|
||||||
* Correctness of the implementation.
|
* Correctness of the implementation.
|
||||||
* Handling of edge cases and error conditions.
|
* Handling of edge cases and error conditions.
|
||||||
* Documentation and comments.
|
* Documentation and comments.
|
||||||
* Test coverage and quality.
|
* Test coverage and quality.
|
||||||
|
|
||||||
## Signing Bonus
|
|
||||||
|
|
||||||
For a signing bonus of **33377 INR**, implement the MAC address generation algorithm in WebAssembly (WASM) using **Go**. Integrate the WASM module with the Node.js server (**NOT the client side**) to generate the MAC addresses.
|
|
Loading…
Reference in a new issue