Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion func_sig_registry/templates/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Content Types</h2>
<h3>How to import a bunch of files</h3>
<p>If you'd like to import many source files, you can do so with the following command line magic.</p>
<pre>$ find /path/to/recursively/search/ -name *.sol | xargs -n 1 -I {} curl -F source_file=@{} https://www.4byte.directory{% url 'api:import-solidity' %}</pre>
<h1>Importing from Contract ABI</h1>
<h1>Importing from Contract ABI <code>{% url 'api:import-abi' %}</a></code> <span class="label label-primary">POST</span></h1>
<p>You can import all of the function & event signatures from a contract by submitting the ABI</p>
<h3>Example Request</h3>
<pre>{
Expand Down