Skip to content

SimonYuvarlak/SolidityParser-Ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolidityParser

This api get the contract as the code parameter for the body and returns the imports and contract names in the code.

Start the project

npm run start

If you are using postman for the post request

1 - Create a post request and add the http://localhost:3001/analyze as the url
2 - Open the body section
3 - Create a parameter, give the word code as the key and the the contract code you want to pass as the value
4 - Hit the send button

Note: Related to the postman it is healthier to use the desktop app instead of the browser app.

About

This api get the solidity code and returns its imports and contract names

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors